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


IClassSchemaEdit4.IsTimeInUTC Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IClassSchemaEdit4.IsTimeInUTC Property

Change the property to determine Editor Tracking times are recorded in UTC.

[Visual Basic .NET]
Public WriteOnly Property IsTimeInUTC
[C#]
public void IsTimeInUTC {set;}
[C++]
HRESULT put_IsTimeInUTC(
  VARIANT_BOOL 
);
[C++]

Parameters [in] is a parameter of type VARIANT_BOOL

Product Availability

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

Description

IsTimeInUTC sets whether time will be recorded in UTC or database time.

Remarks

If you don't specify this, time will be recorded in UTC.

See Also

IClassSchemaEdit4 Interface