TimeZoneInformation.DaylightBias Property

Definition

Gets a bias value that is used during local time translations that occur during daylight time.

public:
 property int DaylightBias { int get(); void set(int value); };
public int DaylightBias { get; set; }
member this.DaylightBias : int with get, set
Public Property DaylightBias As Integer

Property Value

An integer value that represents the bias used for local time translations that occur during daylight time.

Remarks

This value is added to the value of the Bias property to form the bias used during daylight time. In most time zones, the value of this property is –60.

Applies to