Uses of Class
net.time4j.range.CalendarMonth
Packages that use CalendarMonth
-
Uses of CalendarMonth in net.time4j.range
Methods in net.time4j.range that return CalendarMonthModifier and TypeMethodDescriptionCombines this year with given month to a calendar month.CalendarYear.atMonth(int month)Combines this year with given month to a calendar month.static CalendarMonthConverts given JSR-310-type to a calendar month.static CalendarMonthCalendarMonth.from(GregorianDate date)Converts given gregorian date to a calendar month.Subtracts given months from this calendar month.CalendarMonth.minus(Years<CalendarUnit> years)Subtracts given years from this calendar month.static CalendarMonthCalendarMonth.nowInSystemTime()Obtains the current calendar month in system time.static CalendarMonthCalendarMonth.of(int year, int month)Creates a new instance based on given gregorian calendar year and month.static CalendarMonthCreates a new instance based on given gregorian calendar year and month.static CalendarMonthInterpretes given ISO-conforming text as calendar month.Adds given months to this calendar month.CalendarMonth.plus(Years<CalendarUnit> years)Adds given years to this calendar month.Methods in net.time4j.range that return types with arguments of type CalendarMonthModifier and TypeMethodDescriptionstatic CalendarPeriod<CalendarMonth>CalendarPeriod.between(CalendarMonth m1, CalendarMonth m2)Creates a calendar period for given month range.static Chronology<CalendarMonth>CalendarMonth.chronology()Yields the associated chronology.static CalendarPeriod.Parser<CalendarMonth>CalendarPeriod.onMonths()Defines a parser on which new calendar intervals for months can be created.static TimeLine<CalendarMonth>CalendarMonth.timeline()Obtains a timeline for this type.Methods in net.time4j.range with parameters of type CalendarMonthModifier and TypeMethodDescriptionstatic CalendarPeriod<CalendarMonth>CalendarPeriod.between(CalendarMonth m1, CalendarMonth m2)Creates a calendar period for given month range.static MonthsMonths.between(CalendarMonth m1, CalendarMonth m2)Determines the difference in months between given calendar months.static Years<CalendarUnit>Years.between(CalendarMonth m1, CalendarMonth m2)Determines the difference in years between given calendar months.intCalendarMonth.compareTo(CalendarMonth other)