Bias プロパティ

このコンピュータ上でのローカル時間変換用に、現在の時差を分単位で取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property Bias As Integer
    Get
    Set
'使用
Dim instance As TimeZoneInformation
Dim value As Integer

value = instance.Bias

instance.Bias = value
public int Bias { get; set; }
public:
property int Bias {
    int get ();
    void set (int value);
}
member Bias : int with get, set
function get Bias () : int
function set Bias (value : int)

プロパティ値

型: System. . :: . .Int32
現在の時差を分単位で表す integer です。

説明

時差とは、UTC とローカル時間との間の、分単位で表される差です。UTC とローカル時間との間の変換は、すべて次の式に基づいて行われます。

UTC = local time + bias