次の方法で共有


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  

適用対象