ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableDefinition Class / IsTimeInUTC Method

In This Topic
    IsTimeInUTC Method
    In This Topic
    Gets a value indicating whether this table stores time in UTC or database time. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsTimeInUTC()
    Public Function IsTimeInUTC() As Boolean

    Return Value

    true if this table stores time in UTC, false if in database time.
    Exceptions
    ExceptionDescription
    The definition does not support this operation (e.g., the table is a shapefile).
    A geodatabase-related exception has occurred.
    Remarks
    The official abbreviation for Coordinated Universal Time is UTC. If IsTimeInUTC returns true, time is stored in UTC; otherwise, time is stored in database time.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also