hours method

Time hours()

Gets a Time representing this number of hours.

Implementation

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