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


IItemInfo.LastModifiedTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.LastModifiedTime Property
ArcGIS Developer Help

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