IHistoricalMarker Interface

Description

The IHistoricalMarker interface is used to return properties of a given historical marker. The two read only properties on this interface Name_and _TimeStamp provide information about the marker.

Members

Name Description
Read-only property Name The name of the historical marker.
Read-only property TimeStamp The timestamp of the historical marker.

IHistoricalMarker.Name Property

The name of the historical marker.

Public ReadOnly Property Name As String
public string Name {get;}

Remarks

Returns a string corresponding to the name of the historical marker. The maximum length of the string is 64 characters.

IHistoricalMarker.TimeStamp Property

The timestamp of the historical marker.

Public ReadOnly Property TimeStamp As Object
public object TimeStamp {get;}
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 IHistoricalMarker

Classes Description
HistoricalVersionMarker

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.