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


IGPHistoricalMarker.TimeStamp Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPHistoricalMarker.TimeStamp Property

The timestamp of the historical marker.

[Visual Basic .NET]
Public Property TimeStamp As Object
[C#]
public object TimeStamp {get; set;}
[C++]
HRESULT get_TimeStamp(
  VARIANT* tstamp
);
[C++]
HRESULT put_TimeStamp(
  VARIANT tstamp
);
[C++]

Parameters tstamp [out, retval] tstamp is a parameter of type VARIANT tstamp [in] tstamp is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPHistoricalMarker Interface