共用方式為


TimeZoneInformation.StandardBias 屬性

Gets a bias value that is used during local time translations that occur during standard time.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Property StandardBias As Integer 
    Get 
    Set
'用途
Dim instance As TimeZoneInformation 
Dim value As Integer 

value = instance.StandardBias

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

屬性值

型別:System.Int32
An integer value that represents the bias used for local time translations that occur during standard time.

備註

This value is added to the value of the Bias member to form the bias used during standard time. In most time zones, the value of this member is zero.

請參閱

參考

TimeZoneInformation 類別

ReportService2006 命名空間