hours property

int get hours

Human hours representation (0 -> 24)

Implementation

int get hours => inHours % Duration.hoursPerDay;