다음을 통해 공유


Bias 속성

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

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.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
An integer that represents the current bias, in minutes.

주의

The bias is the difference, in minutes, between UTC and local time. All translations between UTC and local time are based on the following formula.

UTC = local time + bias