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