TimeZoneInformation.StandardBias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a bias value that is used during local time translations that occur during standard time.
public:
property int StandardBias { int get(); void set(int value); };
public int StandardBias { get; set; }
member this.StandardBias : int with get, set
Public Property StandardBias As Integer
Property Value
An integer
value that represents the bias used for local time translations that occur during standard time.
Remarks
This value is added to the value of the Bias member to form the bias used during standard time. In most time zones, the value of this member is zero.