hours property

Duration get hours

Converts the number to hours.

Implementation

Duration get hours => (this * 1000 * 1000 * 60 * 60).microseconds;