Share via


TimeZoneInformation.StandardBias Property

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
Public Property StandardBias As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

Remarks

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.

See Also

Reference

TimeZoneInformation Class

ReportService2010 Namespace