[#TicksSeconds] = TicksSeconds :mrdocs: Count the whole seconds of a duration as a signed 64‐bit integer. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Duration> constexpr int64_t TicksSeconds(Duration d); ---- == Return Value The whole‐second tick count of d. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#