Share via


TimeZoneDefinitionType Members

Include Protected Members
Include Inherited Members

The TimeZoneDefinitionType class specifies the periods and transitions that define a time zone.

The TimeZoneDefinitionType type exposes the following members.

Constructors

  Name Description
Public method TimeZoneDefinitionType The TimeZoneDefinitionType constructor initializes a new instance of the TimeZoneDefinitionType class.

Top

Properties

  Name Description
Public property Id The Id property gets or sets the unique identifier of the time zone definition.
Public property Name The Name property gets or sets the descriptive name of the time zone definition.
Public property Periods The Periods property gets or sets the array of periods that define the time zone.
Public property Transitions The Transitions property gets or sets the array of transitions that define the time zone.
Public property TransitionsGroups The TransitionsGroups property gets or sets the array of time zone transitions groups that define the time zone.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top