[#BloombergLP-bsls-operator_gt-08] = 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_gt-02.adoc[operator>]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_gt-02.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_gt-06.adoc[operator>]( xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& lhs, double rhs); ---- [.small]#xref:BloombergLP/bsls/operator_gt-06.adoc[_» more..._]# Same as the preceding overload. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bsls/operator_gt-07.adoc[operator>]( double lhs, xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bsls/operator_gt-07.adoc[_» more..._]# == Return Value `true` if `lhs` is greater 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]#