ArcGIS Pro 3.7 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 Property TimeStamp As Date
    public DateTime TimeStamp {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also