| Interface | Description |
|---|---|
| SplitTimePeriod |
A TimePeriod made up from a series of sub-periods
|
| TimePeriod |
A TimePeriod defines a period of time between two dates
Strictly speaking the Period only includes the end date so if periods form a sequence then
the start of the following date will match the end of the previous date.
|
| Class | Description |
|---|---|
| CalendarFieldSplitPeriod | |
| Period |
A period defines a period of time between two dates
Strictly speaking the Period only includes the end date so if periods form a sequence then
the start of the following date will match the end of the previous date.
|
| RegularSplitPeriod | |
| SplitPeriod | |
| TimePeriodComparator |
A
Comparator for TimePeriods
These are primarily ordered by start time, though if the start
times are the same the end date will distinguish. |
| ViewPeriod |
A
TimePeriod corresponding to the standard CalendarFieldSplitPeriod
representation. |