Return true if the specified lhs interval is greater than or equal to the specified rhs interval, and false otherwise.
Declared in <bdlt_datetimeinterval.h>
bool
operator>=(
DatetimeInterval const& lhs,
DatetimeInterval const& rhs);
true if lhs is greater than or equal to rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand time interval |
| rhs | right-hand time interval |