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


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
Public method TimeZoneType The TimeZoneType constructor initializes a new instance of the TimeZoneType class.

Top

Properties

  Name Description
Public property BaseOffset The BaseOffset property gets or sets the hourly offset from Coordinated Universal Time (UTC) for the current time zone.
Public property Daylight The Daylight property gets or sets the date and time when the time changes from standard time to daylight saving time.
Public property Standard The Standard property gets or sets the date and time when the time changes from daylight saving time to standard time.
Public property TimeZoneName The TimeZoneName property gets or sets the name of 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