Platform SDK: Exchange 2000 Server |
[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.
urn:schemas:calendar:timezone
CdoCalendar.cdoTimeZoneURN
[Visual Basic] String
[C++] BSTR
DBTYPE_WSTR
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