Uses of Class
net.time4j.range.CalendarPeriod.Parser
-
Uses of CalendarPeriod.Parser in net.time4j.range
Modifier and TypeClassDescriptionstatic class
Serves for the creation of generic calendar intervals on a timeline.Modifier and TypeMethodDescriptionstatic 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.