| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneDefinition |
MeetingRequest.getEndTimeZone()
Gets the end time zone of the calendar item.
|
TimeZoneDefinition |
Appointment.getEndTimeZone()
Gets the end time zone of the appointment.
|
TimeZoneDefinition |
MeetingRequest.getStartTimeZone()
Gets the start time zone of the calendar item.
|
TimeZoneDefinition |
Appointment.getStartTimeZone()
Gets the start time zone of the appointment.
|
TimeZoneDefinition |
Service.getTimeZoneContext()
Gets the time zone context.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TimeZoneDefinition> |
GetServerTimeZonesResponse.getTimeZoneDefinitions()
Gets an array of time zone definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appointment.setEndTimeZone(TimeZoneDefinition endTimeZone)
Sets the end time zone of the appointment.
|
void |
Appointment.setStartTimeZone(TimeZoneDefinition startTimeZone)
Sets the start time zone of the appointment.
|
void |
Service.setTimeZoneContext(TimeZoneDefinition timeZoneContext)
Sets the time zone context.
|