[#BloombergLP-bsls-operator_min] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator""_min :relfileprefix: ../../ :mrdocs: This user defined literal operator converts the specified `minutes` value to the respective `TimeInterval` value. The behavior is undefined unless the specified number of minutes can be converted to valid `TimeInterval` object. (See the "User‐Defined Literals" section in the component‐level documentation.) == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] operator""_min(unsigned long long minutes); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#