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


IDatasetDef2.DateModified Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef2 Interface > IDatasetDef2.DateModified Property
ArcGIS Developer Help

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