This document is archived and information here might be outdated.  Recommended version.


IItemInfo.LastModifiedTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo.LastModifiedTime Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemInfo Interface