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


IDEEditorTracking.IsTimeInUTC Property (ArcObjects .NET 10.4 SDK)
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