TimeZoneInformation.Bias 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 the current bias, in minutes, for local time translation on this computer.
public:
property int Bias { int get(); void set(int value); };
public int Bias { get; set; }
member this.Bias : int with get, set
Public Property Bias As Integer
Property Value
An integer
that represents the current bias, in minutes.
Remarks
The bias is the difference, in minutes, between UTC and local time. All translations between UTC and local time are based on the following formula.
UTC = local time + bias