'Declaration Public Shared Function GreaterThan( _ ByVal x As PgSqlTimeStamp, _ ByVal y As PgSqlTimeStamp _ ) As Boolean
public static bool GreaterThan( PgSqlTimeStamp x, PgSqlTimeStamp y )
Parameters
- x
- The first PgSqlTimeStamp value.
- y
- The second PgSqlTimeStamp value.
Return Value
true if the first of two PgSqlTimeStamp values is greater than the second; otherwise, false.