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