TimeZoneType Members
Include Protected Members
Include Inherited Members
The TimeZoneType class represents the time zone of the location where a meeting is hosted.
The TimeZoneType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeZoneType | The TimeZoneType constructor initializes a new instance of the TimeZoneType class. |
Top
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