[#absl-FromUnixMicros] = xref:absl.adoc[absl]::FromUnixMicros :relfileprefix: ../ :mrdocs: Creates an `absl::Time` from a count of microseconds since the Unix epoch. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time.adoc[Time] FromUnixMicros(int64_t us); ---- == Return Value The corresponding time. == Parameters [cols="1,4"] |=== | Name| Description | *us* | The count of microseconds since the Unix epoch. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#