[#absl-FromUniversal] = xref:absl.adoc[absl]::FromUniversal :relfileprefix: ../ :mrdocs: Creates an `absl::Time` from an ICU Universal Time Scale value. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Time.adoc[Time] FromUniversal(int64_t universal); ---- == Return Value The corresponding time. == Parameters [cols="1,4"] |=== | Name| Description | *universal* | The Universal Time Scale value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#