Platform SDK: Exchange 2000 Server

timezone Field

[This is preliminary documentation and subject to change.]

The time zone value of an appointment. This field enables you to define time zones that are not defined by the CdoTimeZoneId enumeration. If this field is specified, the timezoneid field is ignored.

For appointments that are received as iCalendar messages, this value is taken from the VTIMEZONE calendar component of the appointment.

Full Name

urn:schemas:calendar:timezone

Name Constant

CdoCalendar.cdoTimeZoneURN

Variant Sub Type

[Visual Basic] String

[C++] BSTR

OLE DB Type

DBTYPE_WSTR

Example

BEGIN:VTIMEZONE
TZID:Same as Pacific Time
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE