Класс TimeZoneInformation
Specifies information specific to the time zone.
Иерархия наследования
System. . :: . .Object
ReportService2010..::..TimeZoneInformation
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class TimeZoneInformation
'Применение
Dim instance As TimeZoneInformation
[SerializableAttribute]
public class TimeZoneInformation
[SerializableAttribute]
public ref class TimeZoneInformation
[<SerializableAttribute>]
type TimeZoneInformation = class end
public class TimeZoneInformation
Тип TimeZoneInformation обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
TimeZoneInformation | Initializes a new instance of the TimeZoneInformation class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.