hours method

Duration hours([
  1. int value = 0
])

Returns hours duration

5.hours

Implementation

Duration hours([int value = 0]) => validate(value).hours();