Класс TimeZoneInformation
Specifies information specific to the time zone.
Иерархия наследования
System.Object
ReportService2006.TimeZoneInformation
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class TimeZoneInformation
'Применение
Dim instance As TimeZoneInformation
public class TimeZoneInformation
public ref class TimeZoneInformation
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.