TimeZoneInformation.StandardBias 属性

定义

获取采用标准时间期间进行本地时间转换时使用的偏差值。

public:
 property int StandardBias { int get(); void set(int value); };
public int StandardBias { get; set; }
member this.StandardBias : int with get, set
Public Property StandardBias As Integer

属性值

一个integer值,该值表示采用标准时间期间进行本地时间转换时使用的偏差。

注解

此值将添加到成员的值, Bias 以形成标准时间中使用的偏差。 在大多数时区中,此成员的值为零。

适用于