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
public TimeZoneType MeetingTimeZone { get; set; }
public:
property TimeZoneType^ MeetingTimeZone {
TimeZoneType^ get ();
void set (TimeZoneType^ value);
}
/** @property */
public TimeZoneType get_MeetingTimeZone ()
/** @property */
public void set_MeetingTimeZone (TimeZoneType value)
public function get MeetingTimeZone () : TimeZoneType
public function set MeetingTimeZone (value : TimeZoneType)
Property Value
The MeetingTimeZone property returns an instance of the TimeZoneType class that represents the time zone of the location where the meeting is hosted.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
CalendarItemType Class
CalendarItemType Members
ExchangeWebServices Namespace