Classe TimeZoneInformation
Specifies information specific to the time zone.
Gerarchia di ereditarietà
System.Object
ReportService2010.TimeZoneInformation
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class TimeZoneInformation
'Utilizzo
Dim instance As TimeZoneInformation
[SerializableAttribute]
public class TimeZoneInformation
[SerializableAttribute]
public ref class TimeZoneInformation
[<SerializableAttribute>]
type TimeZoneInformation = class end
public class TimeZoneInformation
Nel tipo TimeZoneInformation sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
TimeZoneInformation | Initializes a new instance of the TimeZoneInformation class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.