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


IEditorTrackingInfo.IsTimeInUTC Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEditorTrackingInfo.IsTimeInUTC Property

If true, creation and edit dates are in UTC.

[Visual Basic .NET]
Public ReadOnly Property IsTimeInUTC As Boolean
[C#]
public bool IsTimeInUTC {get;}
[C++]
HRESULT get_IsTimeInUTC(
  VARIANT_BOOL* IsTimeInUTC
);
[C++]

Parameters IsTimeInUTC [out, retval] IsTimeInUTC is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEditorTrackingInfo Interface