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