This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.IsTimeInUTC Property (ArcObjects .NET 10.4 SDK) |
The property to determine Editor Tracking times are recorded in UTC.
[Visual Basic .NET] Public Property IsTimeInUTC As Boolean
[C#] public bool IsTimeInUTC {get; set;}
[C++]
HRESULT get_IsTimeInUTC(
VARIANT_BOOL* IsTimeInUTC
);
[C++]
HRESULT put_IsTimeInUTC(
VARIANT_BOOL IsTimeInUTC
);
[C++]
Parameters IsTimeInUTC [out, retval] IsTimeInUTC is a parameter of type VARIANT_BOOL IsTimeInUTC [in] IsTimeInUTC is a parameter of type VARIANT_BOOL
IsTimeInUTC returns whether time is recorded in UTC or database time. The return value is a boolean.