months property

Rational months

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

Implementation

Rational get months => getUnits(TimeUnit.month);