TimeZoneType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TimeZoneType class represents the time zone of the location where a meeting is hosted.
public ref class TimeZoneType
public class TimeZoneType
Public Class TimeZoneType
- Inheritance
-
TimeZoneType
Constructors
TimeZoneType() |
The TimeZoneType constructor initializes a new instance of the TimeZoneType class. |
Properties
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. |