[#absl-Milliseconds-01f] = xref:absl.adoc[absl]::Milliseconds :relfileprefix: ../ :mrdocs: Constructs a `Duration` from a floating‐point number of milliseconds. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, /* implementation-defined */ = 0> xref:absl/Duration.adoc[Duration] Milliseconds(T n); ---- == Return Value A duration of `n` milliseconds. == Parameters [cols="1,4"] |=== | Name| Description | *n* | The number of milliseconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#