Greater Than or Equal Operator (PgSqlTime)
Compares two
PgSqlTime structures to determine if the first is greater than or equal to the second.
Parameters
- x
- The first PgSqlTime value.
- y
- The second PgSqlTime value.
Return Value
true if the first of two
PgSqlTime values is greater than or equal to the second; otherwise,
false.