[#absl-ToInt64Microseconds] = xref:absl.adoc[absl]::ToInt64Microseconds :relfileprefix: ../ :mrdocs: Converts a Duration to an integral count of microseconds. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr int64_t ToInt64Microseconds(xref:absl/Duration.adoc[Duration] d); ---- == Return Value The number of whole microseconds in `d`. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#