Classe TimeZoneInformation
Specifies information specific to the time zone.
Hiérarchie d'héritage
System.Object
ReportService2010.TimeZoneInformation
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class TimeZoneInformation
'Utilisation
Dim instance As TimeZoneInformation
[SerializableAttribute]
public class TimeZoneInformation
[SerializableAttribute]
public ref class TimeZoneInformation
[<SerializableAttribute>]
type TimeZoneInformation = class end
public class TimeZoneInformation
Le type TimeZoneInformation expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
TimeZoneInformation | Initializes a new instance of the TimeZoneInformation class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.