[#absl-operator_ge-00] = xref:absl.adoc[absl]::operator>= :relfileprefix: ../ :mrdocs: Returns whether one time is later than or equal to 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 or equal to `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]#