TimeZoneInformation.StandardBias Property

Definition

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.

Applies to