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


ITimeZoneRule.StandardTimeBias Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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