Constructs a Duration from an integral number of hours.
Duration
Declared in <absl/time/time.h>
<absl/time/time.h>
template< typename T, /* implementation-defined */ = 0> constexpr Duration Hours(T n);
A duration of n hours.
n