Returns a duration in hours.
print(5.hours()); // Output: 5:00:00.000000
Duration hours([int value = 0]) => validate(value).hours();