| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CalendarPeriod.Factory<T>
Serves for the creation of generic calendar intervals on a timeline.
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarPeriod.Parser<CalendarMonth> |
CalendarPeriod.onMonths()
Defines a parser on which new calendar intervals for months can be created.
|
static CalendarPeriod.Parser<CalendarQuarter> |
CalendarPeriod.onQuarters()
Defines a parser on which new calendar intervals for quarters can be created.
|
static CalendarPeriod.Parser<CalendarWeek> |
CalendarPeriod.onWeeks()
Defines a parser on which new calendar intervals for weeks can be created.
|
static CalendarPeriod.Parser<CalendarYear> |
CalendarPeriod.onYears()
Defines a parser on which new calendar intervals for years can be created.
|
Copyright © 2014–2021. All rights reserved.