GreaterThan Method (PgSqlTime)
Determines whether the first of two
PgSqlTime values 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.