hoursPart property

int get hoursPart

Returns the absolute hours component of the duration.

Implementation

int get hoursPart => inHours.abs();