weeks property

Rational weeks

Gets the number of weeks in this Time, including any fractional portion.

Implementation

Rational get weeks => getUnits(TimeUnit.week);