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