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


ITimeZoneRule.StandardTimeBias 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.StandardTimeBias Property
ArcGIS Developer Help

ITimeZoneRule.StandardTimeBias Property

The bias to be used during Standard time. This bias is relative to the time zone's BiasFromUTC.

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

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

Product Availability

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

See Also

ITimeZoneRule Interface