This document is archived and information here might be outdated.  Recommended version.


IDEEditorTracking.IsTimeInUTC Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.IsTimeInUTC Property
ArcGIS Developer Help

IDEEditorTracking.IsTimeInUTC Property

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(
  Boolean* IsTimeInUTC
);
[C++]
HRESULT put_IsTimeInUTC(
  VARIANT_BOOL IsTimeInUTC
);
[C++]
Parameters
IsTimeInUTC [out, retval]

IsTimeInUTC is a parameter of type bool* IsTimeInUTC [in]
IsTimeInUTC is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IsTimeInUTC returns whether time is recorded in UTC or database time. The return value is a boolean.

See Also

IDEEditorTracking Interface