다음을 통해 공유


StandardBias 속성

Gets a bias value that is used during local time translations that occur during standard time.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property StandardBias As Integer
    Get
    Set
‘사용 방법
Dim instance As TimeZoneInformation
Dim value As Integer

value = instance.StandardBias

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

속성 값

유형: System. . :: . .Int32
An integer value that represents the bias used for local time translations that occur during standard time.

주의

This value is added to the value of the Bias member to form the bias used during standard time. In most time zones, the value of this member is zero.