TimeZoneInformation.Bias Property

Definition

The current bias for local time translation on this computer, in minutes.

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 value that represents the bias, in minutes.

Remarks

The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula:

UTC = local time + bias

This property is required.

Applies to