fortnights method

Time fortnights()

Gets a Time representing this number of fortnights.

Implementation

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