This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalMarker Interface > IHistoricalMarker.TimeStamp Property (ArcObjects .NET 10.4 SDK) |
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
Cast the return value to the System.DateTime type to get its properties.
Cast the return value to the System.DateTime type to get its properties.