[#bsl-operator_s-0e82] = xref:bsl.adoc[bsl]::operator""_s :relfileprefix: ../ :mrdocs: Create a `bsl::chrono::duration` object having the `bsl::ratio<1>` duration period and initialized with the specified `secs` number of seconds. == Synopsis Declared in `<bslstl_chrono.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::chrono::seconds operator""_s(unsigned long long secs); ---- == Return Value duration representing `secs` seconds == Parameters [cols="1,4"] |=== | Name| Description | *secs* | number of seconds |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#