共用方式為


TimeZoneInformation.Bias 屬性

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

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.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 類別

ReportService2010 命名空間