asHours property

Time get asHours

Returns a Time representing this time in Hours (h).

Implementation

Time get asHours => convertTo(TimeUnit.hour);