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


ITimeZoneRule.BiasFromUTC Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  long* 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