st_hours property

Duration get st_hours

Converts the integer to a duration representing hours.

Implementation

Duration get st_hours {
  return SuperTime.toHours(this);
}