Uses of Class
net.time4j.range.CalendarPeriod
Packages that use CalendarPeriod
-
Uses of CalendarPeriod in net.time4j.range
Methods in net.time4j.range that return CalendarPeriodModifier and TypeMethodDescriptionstatic CalendarPeriod<CalendarMonth>CalendarPeriod.between(CalendarMonth m1, CalendarMonth m2)Creates a calendar period for given month range.static CalendarPeriod<CalendarQuarter>CalendarPeriod.between(CalendarQuarter q1, CalendarQuarter q2)Creates a calendar period for given quarter year range.static CalendarPeriod<CalendarWeek>CalendarPeriod.between(CalendarWeek w1, CalendarWeek w2)Creates a calendar period for given calendar week range.static CalendarPeriod<CalendarYear>CalendarPeriod.between(CalendarYear y1, CalendarYear y2)Creates a calendar period for given year range.Creates a closed interval between given calendrical timepoints.CalendarPeriod.Factory.parse(CharSequence text, ChronoParser<T> parser, String intervalPattern)CalendarPeriod.Parser.parse(CharSequence text, ChronoParser<T> parser)Interpretes given text as interval using a localized interval pattern.CalendarPeriod.Parser.parse(CharSequence text, ChronoParser<T> parser, String intervalPattern)Interpretes given text as interval using given interval pattern.Methods in net.time4j.range that return types with arguments of type CalendarPeriodModifier and TypeMethodDescriptionCalendarPeriod.findIntersection(ChronoInterval<T> other)Obtains the intersection of this interval and other one if present.