Uses of Class
net.time4j.Weekcycle
Packages that use Weekcycle
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Interval support.
-
Uses of Weekcycle in net.time4j
Fields in net.time4j declared as Weekcycle -
Uses of Weekcycle in net.time4j.range
Methods in net.time4j.range that return types with arguments of type WeekcycleModifier and TypeMethodDescriptionYears.between(CalendarWeek w1, CalendarWeek w2)
Determines the difference in years between given calendar weeks.Years.ofWeekBased(int years)
Obtains a time span in given week-based years.Years.parseWeekBased(String period)
LikeparseGregorian(period)
but interpretes years as week-based.Method parameters in net.time4j.range with type arguments of type WeekcycleModifier and TypeMethodDescriptionSubtracts given years from this calendar week.Adds given years to this calendar week.