Return true if the value of the specified lhs object is greater than or equal to the value of the specified rhs object, and false otherwise. The behavior is undefined unless 24 != lhs.hour() && 24 != rhs.hour().
true
lhs
rhs
false
24 != lhs.hour() && 24 != rhs.hour()
Declared in <bdlt_datetime.h>
<bdlt_datetime.h>
bool operator>=( Datetime const& lhs, Datetime const& rhs);