Compartir a través de


TimeZoneInformation.Bias Propiedad

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

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property Bias As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

TimeZoneInformation Clase

Espacio de nombres ReportService2006