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