days method

Time days()

Gets a Time representing this number of days.

Implementation

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