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