hours property

int hours

The number of whole hours spanned by the absolute component of this RelativeDuration.

Implementation

int get hours {
  return _microseconds ~/ Duration.microsecondsPerHour;
}