|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TimeZoneDefinition in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return TimeZoneDefinition | |
|---|---|
TimeZoneDefinition |
MeetingRequest.getEndTimeZone()
Gets time zone of the end property of this meeting request. |
TimeZoneDefinition |
Appointment.getEndTimeZone()
Gets the start time zone. |
TimeZoneDefinition |
MeetingRequest.getStartTimeZone()
Gets time zone of the start property of this meeting request. |
TimeZoneDefinition |
Appointment.getStartTimeZone()
Gets the start time zone. |
TimeZoneDefinition |
WorkingHours.getTimeZone()
Gets the time zone to which the working hours apply. |
| Methods in microsoft.exchange.webservices.data that return types with arguments of type TimeZoneDefinition | |
|---|---|
Collection<TimeZoneDefinition> |
ExchangeService.getServerTimeZones()
Retrieves the definitions of all server-side time zones. |
Collection<TimeZoneDefinition> |
ExchangeService.getServerTimeZones(Iterable<String> timeZoneIds)
* Retrieves the definitions of the specified server-side time zones. |
| Methods in microsoft.exchange.webservices.data with parameters of type TimeZoneDefinition | |
|---|---|
void |
Appointment.setEndTimeZone(TimeZoneDefinition value)
Sets the start time zone. |
void |
Appointment.setStartTimeZone(TimeZoneDefinition value)
Sets the start time zone. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||