Compartilhar via


Propriedade do RDL TimeZoneInformation.StandardBias

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

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property StandardBias As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

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.

Consulte também

Referência

TimeZoneInformation Classe

Namespace ReportService2006