TimeZoneInformation.StandardBias 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取采用标准时间期间进行本地时间转换时使用的偏差值。
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 ,以形成在标准时间中使用的偏差。 在大多数时区中,此成员的值为零。