_TimeZone.StandardBias 属性

定义

以 C # 返回整数 (int ) 值,该值表示从 到 此时区的标准时间的 Bias 偏移量(以分钟为单位)。 只读。

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 添加到本地时间的结果。 例如,在采用太平洋时区标准时间的州中, Bias 为 480 分钟, StandardBias 为 0 分钟。 若要确定太平洋标准时间 6 月 11 日凌晨 2 点的 UTC 时间 ,请在本地 时间 6 月 11 日凌晨 2 点添加 (480/60) 小时和 标准偏差 0 小时。UTC 时间是 6 月 11 日上午 10 点。

适用于