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