| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteDateTransition
Represents a time zone transition that occurs on a specific date and at a specific time.
|
class |
RecurringDateTransition
Represents a time zone transition that occurs on a specific date each year.
|
class |
RecurringDayTransition
Represents the occurrence of the day of the week in the month that the time zone transition occurs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Transition> |
TransitionsGroup.getTransitions()
Gets a collection of time zone transition groups.
|
java.util.List<Transition> |
TimeZoneDefinition.getTransitons()
Gets a collection of time zone transitions.
|