This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.LastModifiedTime Property (ArcObjects .NET 10.4 SDK) |
The last modified time of the data.
[Visual Basic .NET] Public Property LastModifiedTime As Object
[C#] public object LastModifiedTime {get; set;}
[C++]
HRESULT get_LastModifiedTime(
VARIANT* pDateT
);
[C++]
HRESULT put_LastModifiedTime(
VARIANT pDateT
);
[C++]
Parameters pDateT [out, retval] pDateT is a parameter of type VARIANT pDateT [in] pDateT is a parameter of type VARIANT