Proprietà TimeZoneInformation.Bias

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

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

Sintassi

'Dichiarazione
Public Property Bias As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
An integer that represents the current bias, in minutes.

Osservazioni

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

Vedere anche

Riferimento

TimeZoneInformation Classe

Spazio dei nomi ReportService2010