The timestamp this historical versions refers to.
[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.
Remarks
The TimeStamp property returns a variant corresponding to the date which the historical version references.
[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.