[#absl-operator_gt-0e] = xref:absl.adoc[absl]::operator> :relfileprefix: ../ :mrdocs: Returns whether one time is later than another. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator>( xref:absl/Time.adoc[Time] lhs, xref:absl/Time.adoc[Time] rhs); ---- == Return Value `true` if `lhs` is later than `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand time. | *rhs* | The right‐hand time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#