Greater Than Operator (PgSqlTime)
Compares two
PgSqlTime structures to determine if the first is greater than 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 the second; otherwise,
false.