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

In This Topic
    TimeStamp Property
    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, Windows 8.1

    See Also