Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the current bias, in minutes, for local time translation on this computer.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Bias As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer that represents the current bias, in minutes.
Remarks
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