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


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

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