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


ITimeZoneRule.BiasFromUTC Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneRule Interface > ITimeZoneRule.BiasFromUTC Property
ArcGIS Developer Help

ITimeZoneRule.BiasFromUTC Property

The time zone bias from UTC in minutes. LocalTime = UtcTime + BiasFromUTC.

[Visual Basic .NET]
Public Property BiasFromUTC As Integer
[C#]
public int BiasFromUTC {get; set;}
[C++]
HRESULT get_BiasFromUTC(
  System.Int32* BiasFromUTC
);
[C++]
HRESULT put_BiasFromUTC(
  long BiasFromUTC
);
[C++]
Parameters
BiasFromUTC [out, retval]

BiasFromUTC is a parameter of type long* BiasFromUTC [in]
BiasFromUTC is a parameter of type long

Product Availability

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

See Also

ITimeZoneRule Interface