[#BloombergLP-bsls-operator_lt-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator< :relfileprefix: ../../ :mrdocs: Less‐than operators == Synopses Declared in `<bsls_timeinterval.h>` Return `true` if the specified `lhs` interval is less than `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_lt-01.adoc[operator<]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_lt-01.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_lt-022.adoc[operator<]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, double rhs); ---- [.small]#xref:BloombergLP/bsls/operator_lt-022.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_lt-029.adoc[operator<]( double lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_lt-029.adoc[_» more..._]# == 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]#