Uses of Class
net.time4j.range.Months
Packages that use Months
-
Uses of Months in net.time4j.range
Fields in net.time4j.range declared as MonthsModifier and TypeFieldDescriptionstatic MonthsMonths.ONEConstant for exactly one gregorian month.static MonthsMonths.ZEROConstant for zero gregorian months.Methods in net.time4j.range that return MonthsModifier and TypeMethodDescriptionstatic MonthsMonths.between(CalendarMonth m1, CalendarMonth m2)Determines the difference in months between given calendar months.static <T extends TimePoint<? super CalendarUnit, T>>
MonthsMonths.between(T t1, T t2)Determines the temporal distance between given dates/time-points in gregorian months.static MonthsMonths.of(int months)Obtains a time span in given gregorian months.static MonthsMonths.parsePeriod(String period)Parses the canonical ISO-8601-format "PnM" with possible preceding minus-char.Methods in net.time4j.range with parameters of type MonthsModifier and TypeMethodDescriptionSubtracts given months from this calendar month.Adds given months to this calendar month.