Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZone |
MapiCalendarEventRecurrence.getAppointmentTimeZoneDefinitionRecur()
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
|
MapiCalendarTimeZone |
MapiCalendar.getEndDateTimeZone()
Gets or sets time zone information that indicates the time zone of the EndDate property
|
MapiCalendarTimeZone |
MapiCalendar.getStartDateTimeZone()
Gets or sets time zone information that indicates the time zone of the StartDate property
|
MapiCalendarTimeZone |
MapiCalendarEventRecurrence.getTimeZoneStruct()
Gets or sets the time zone information for a recurring meeting.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiCalendarEventRecurrence.setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZone value)
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
|
void |
MapiCalendar.setEndDateTimeZone(MapiCalendarTimeZone value)
Gets or sets time zone information that indicates the time zone of the EndDate property
|
void |
MapiCalendar.setStartDateTimeZone(MapiCalendarTimeZone value)
Gets or sets time zone information that indicates the time zone of the StartDate property
|
void |
MapiCalendarEventRecurrence.setTimeZoneStruct(MapiCalendarTimeZone value)
Gets or sets the time zone information for a recurring meeting.
|