[#BloombergLP-bsls-operator_lt-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator< :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` interval is less than `rhs`. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- == Description Return `true` if the nominal relation between the specified `lhs` and `rhs` time interval values holds, and `false` otherwise. The behavior is undefined unless operands of type `double` can be converted to valid `TimeInterval` objects. == Return Value `true` if `lhs` is less than `rhs`; `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand time interval | *rhs* | right‐hand time interval |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#