TimeZoneInformation.Bias プロパティ

定義

このコンピュータでのローカル時刻の変換に関する現在のバイアスを数分で得ます。

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

プロパティ値

現在のバイアスを表す数分単位の integer

注釈

バイアスはUTCと現地時間の分単位の差です。 UTCと現地時間間のすべての換算は以下の式に基づいています。

UTC = local time + bias  

適用対象