Uses of Class
net.time4j.range.Weeks
Packages that use Weeks
-
Uses of Weeks in net.time4j.range
Fields in net.time4j.range declared as WeeksModifier and TypeFieldDescriptionstatic WeeksWeeks.ONEConstant for exactly one week.static WeeksWeeks.ZEROConstant for zero weeks.Methods in net.time4j.range that return WeeksModifier and TypeMethodDescriptionstatic WeeksWeeks.between(CalendarWeek w1, CalendarWeek w2)Determines the difference in weeks between given quarter years.static <T extends TimePoint<? super CalendarUnit, T>>
WeeksWeeks.between(T t1, T t2)Determines the temporal distance between given dates/time-points in weeks.static WeeksWeeks.of(int weeks)Obtains a time span in given weeks.static WeeksWeeks.parsePeriod(String period)Parses the canonical ISO-8601-format "PnW" with possible preceding minus-char.Methods in net.time4j.range with parameters of type WeeksModifier and TypeMethodDescriptionSubtracts given weeks from this calendar week.Adds given weeks to this calendar week.