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