Freigeben über


TimeZoneInformation-Klasse

Specifies information specific to the time zone.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..TimeZoneInformation

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Öffentliche Methode TimeZoneInformation Initializes a new instance of the TimeZoneInformation class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Bias Gets the current bias, in minutes, for local time translation on this computer.
Öffentliche Eigenschaft DaylightBias Gets a bias value that is used during local time translations that occur during daylight time.
Öffentliche Eigenschaft DaylightDate Gets a SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs.
Öffentliche Eigenschaft StandardBias Gets a bias value that is used during local time translations that occur during standard time.
Öffentliche Eigenschaft 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
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis