Description
The IHistoricalVersioninterface is used to access the _TimeStamp_property of a historical version.
Members
Name | Description | |
---|---|---|
TimeStamp | The timestamp this historical versions refers to. |
IHistoricalVersion.TimeStamp Property
The timestamp this historical versions refers to.
Public ReadOnly Property TimeStamp As Object
public object TimeStamp {get;}
Remarks
The TimeStampproperty returns a variant corresponding to the date which the historical version references.
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.
Classes that implement IHistoricalVersion
Classes | Description |
---|