_TimeZone.StandardBias プロパティ

定義

このタイム ゾーンの標準時刻を考慮して、 からのBias時間オフセットを分単位で表す Integer (C#では int) の値を返します。 読み取り専用です。

public:
 property int StandardBias { int get(); };
public int StandardBias { get; }
Public ReadOnly Property StandardBias As Integer

プロパティ値

注釈

この値は、Windows レジストリ内のタイム ゾーンの tzi値の一部として格納は。 TZI 値は Windows TIME_ZONE_INFORMATIONにマップされます

UTC 時刻とタイム ゾーンの現地時刻に関連して UTC 時刻は、ローカル時間に BiasStandardBias を加算した結果です。 たとえば、太平洋標準時ゾーンでは標準時を採用することの状態で バイアス 480 分、 StandardBias 0 分。 6 月 11 日午前 2 時 PST の UTC 時刻を決定するには、現地時刻の 6 月 11 日午前 2 時に 、 バイアス (480/60) 時間と StandardBias の 0 時間を追加します。UTC の時刻は、午前 6 月 11 日午前 10 時です。

適用対象