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 Months
Months.ONE
Constant for exactly one gregorian month.static Months
Months.ZERO
Constant for zero gregorian months.Methods in net.time4j.range that return MonthsModifier and TypeMethodDescriptionstatic Months
Months.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 Months
Months.of(int months)
Obtains a time span in given gregorian months.static Months
Months.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.