TimeZoneInformation.Bias 属性

Gets the current bias, in minutes, for local time translation on this computer.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Property Bias As Integer 
    Get 
    Set
用法
Dim instance As TimeZoneInformation 
Dim value As Integer 

value = instance.Bias

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

属性值

类型:System.Int32
An integer that represents the current bias, in minutes.

注释

The bias is the difference, in minutes, between UTC and local time. All translations between UTC and local time are based on the following formula.

UTC = local time + bias

请参阅

参考

TimeZoneInformation 类

ReportService2006 命名空间