Proprietà TimeZoneInformation.DaylightBias

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

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property DaylightBias As Integer 
    Get 
    Set
'Utilizzo
Dim instance As TimeZoneInformation 
Dim value As Integer 

value = instance.DaylightBias

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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

TimeZoneInformation Classe

Spazio dei nomi ReportService2010