Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010