TimeZoneInformation.DaylightBias 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 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 member to form the bias used during daylight time. In most time zones, the value of this member is –60.