months method

Time months()

Gets a Time representing this number of months.

Implementation

Time months() => Rational.fromInt(this).months();