Constructs a Duration from a floating-point number of seconds.
Duration
Declared in <absl/time/time.h>
<absl/time/time.h>
template< typename T, /* implementation-defined */ = 0> Duration Seconds(T n);
A duration of n seconds.
n