Share via


CalendarItemType.MeetingTimeZone Property

The MeetingTimeZone property gets or sets an instance of the TimeZoneType class that represents the time zone of the location where the meeting is hosted.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property MeetingTimeZone As TimeZoneType
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As TimeZoneType

value = instance.MeetingTimeZone

instance.MeetingTimeZone = value
public TimeZoneType MeetingTimeZone { get; set; }

Property Value

Type: ExchangeWebServices.TimeZoneType
The MeetingTimeZone property returns an instance of the TimeZoneType class that represents the time zone of the location where the meeting is hosted.