Constructs a Duration from a floating‐point number of hours.
Synopsis
Declared in <absl/time/time.h>
template<
typename T,
/* implementation-defined */ = 0>
Duration
Hours(T n);
Return Value
A duration of n hours.
Parameters
Name |
Description |
n |
The number of hours. |
Created with MrDocs