[#BloombergLP-bdlt-operator_gt-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator> :relfileprefix: ../../ :mrdocs: Greater‐than operators == Synopses Declared in `<bdlt_date.h>` Return `true` if the specified `lhs` date is later than the specified `rhs` date, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_gt-0c.adoc[operator>]( xref:BloombergLP/bdlt/Date.adoc[Date] const& lhs, xref:BloombergLP/bdlt/Date.adoc[Date] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_gt-0c.adoc[_» more..._]# Return `true` if `lhs` is greater than `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_gt-02.adoc[operator>]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& lhs, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_gt-02.adoc[_» more..._]# Return `true` if the specified `lhs` interval is greater than the specified `rhs` interval, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_gt-0f.adoc[operator>]( xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& lhs, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_gt-0f.adoc[_» more..._]# Return `true` if `lhs` is later than `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_gt-0a.adoc[operator>]( xref:BloombergLP/bdlt/Time.adoc[Time] const& lhs, xref:BloombergLP/bdlt/Time.adoc[Time] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_gt-0a.adoc[_» more..._]# == Return Value * `true` if `lhs` is later than `rhs` * `true` if `lhs` is greater than `rhs` * `true` if `lhs` is greater than `rhs`, and `false` otherwise * `true` if `lhs` is later than `rhs`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand date operand | *rhs* | right‐hand date operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#