This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneRule Interface > ITimeZoneRule.BiasFromUTC Property (ArcObjects .NET 10.5 SDK) |
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