ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / HistoricalVersionDescription Class / HistoricalVersionDescription Constructor
The historical version name.
The historical version time stamp.

In This Topic
    HistoricalVersionDescription Constructor
    In This Topic
    Initializes a new instance of the HistoricalVersionDescription class.
    Syntax
    public HistoricalVersionDescription( 
       string name,
       DateTime timeStamp
    )
    Public Function New( _
       ByVal name As String, _
       ByVal timeStamp As Date _
    )

    Parameters

    name
    The historical version name.
    timeStamp
    The historical version time stamp.
    Remarks
    The timestamp passed into this constructor has different meanings, depending on the type of versioning in use:
    • Traditional versioning - database time (local time of the database server)
    • Branch versioning - UTC time
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also