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