Uses of Class
net.time4j.range.CalendarPeriod.Parser
Packages that use CalendarPeriod.Parser
- 
Uses of CalendarPeriod.Parser in net.time4j.rangeSubclasses of CalendarPeriod.Parser in net.time4j.rangeModifier and TypeClassDescriptionstatic classServes for the creation of generic calendar intervals on a timeline.Methods in net.time4j.range that return CalendarPeriod.ParserModifier 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.