[#BloombergLP-bdlt-operator_gt-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator> :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` time value is greater than the specified `rhs` time value, and `false` otherwise. The behavior is undefined unless `lhs != Time()` and `rhs != Time()` (i.e., they do not have the, default, value 24:00:00.000000). == Synopsis Declared in `<bdlt_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>( xref:BloombergLP/bdlt/Time.adoc[Time] const& lhs, xref:BloombergLP/bdlt/Time.adoc[Time] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#