ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / HistoricalVersionDescription Class / TimeStamp Property

In This Topic
    TimeStamp Property (HistoricalVersionDescription)
    In This Topic
    Gets or sets the historical version time stamp.
    Syntax
    public DateTime TimeStamp {get; set;}
    Public Property TimeStamp As Date
    Remarks
    The timestamp passed into this routine 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