ArcObjects Library Reference (GeoDatabase)  

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(
  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

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