ArcGIS Pro 2.6 API Reference Guide
IsTimeInUTC Method

ArcGIS.Core.Data Namespace > TableDefinition Class : IsTimeInUTC Method
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 10, Windows 8.1, Windows 7

See Also

Reference

TableDefinition Class
TableDefinition Members