Share via


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  

적용 대상