ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef2.DateModified Property

Identifies the date of the last modification to the dataset definition.

[Visual Basic .NET]
Public ReadOnly Property DateModified As Object
[C#]
public object DateModified {get;}
[C++]
HRESULT get_DateModified(
  VARIANT* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef2 Interface