TimeZoneInformation-Klasse
Specifies information specific to the time zone.
Vererbungshierarchie
System. . :: . .Object
ReportService2010..::..TimeZoneInformation
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TimeZoneInformation
'Usage
Dim instance As TimeZoneInformation
[SerializableAttribute]
public class TimeZoneInformation
[SerializableAttribute]
public ref class TimeZoneInformation
[<SerializableAttribute>]
type TimeZoneInformation = class end
public class TimeZoneInformation
Der TimeZoneInformation-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
TimeZoneInformation | Initializes a new instance of the TimeZoneInformation class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Bias | Gets the current bias, in minutes, for local time translation on this computer. | |
DaylightBias | Gets a bias value that is used during local time translations that occur during daylight time. | |
DaylightDate | Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs. | |
StandardBias | Gets a bias value that is used during local time translations that occur during standard time. | |
StandardDate | Gets a SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.