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


IHistoricalMarker.TimeStamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalMarker Interface > IHistoricalMarker.TimeStamp Property
ArcGIS Developer Help

IHistoricalMarker.TimeStamp Property

The timestamp of the historical marker.

[Visual Basic .NET]
Public ReadOnly Property TimeStamp As Object
[C#]
public object TimeStamp {get;}
[C++]
HRESULT get_TimeStamp(
  Variant* tstamp
);
[C++]
Parameters
tstamp [out, retval]

tstamp is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]

Cast the return value to the System.DateTime type to get its properties.

[Visual Basic .NET]

Cast the return value to the System.DateTime type to get its properties.

See Also

IHistoricalMarker Interface