[#BloombergLP-bsls-operator_ge-041] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator>= :relfileprefix: ../../ :mrdocs: Same as the preceding overload. == Synopses Declared in `<bsls_timeinterval.h>` Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_ge-07.adoc[operator>=]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_ge-07.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_ge-05.adoc[operator>=]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, double rhs); ---- [.small]#xref:BloombergLP/bsls/operator_ge-05.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_ge-04e.adoc[operator>=]( double lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_ge-04e.adoc[_» more..._]# == Return Value `true` if `lhs` is greater than or equal to `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]#