TimeZoneType Members
The TimeZoneType class represents the time zone of the location where a meeting is hosted.
The following tables list the members exposed by the TimeZoneType type.
Public Constructors
Name | Description | |
---|---|---|
TimeZoneType | The TimeZoneType constructor initializes a new instance of the TimeZoneType class. |
Top
Public Properties
Name | Description | |
---|---|---|
BaseOffset | The BaseOffset property gets or sets the hourly offset from Coordinated Universal Time (UTC) for the current time zone. | |
Daylight | The Daylight property gets or sets the date and time when the time changes from standard time to daylight saving time. | |
Standard | The Standard property gets or sets the date and time when the time changes from daylight saving time to standard time. | |
TimeZoneName | The TimeZoneName property gets or sets the name of the time zone. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top