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


IDatasetDef2.DateModified Property (ArcObjects .NET 10.4 SDK)
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