| Overload | Description |
|---|---|
| Subtraction(PgSqlTime,TimeSpan) | Subtracts the specified System.TimeSpan value from the PgSqlTime value and returns a new PgSqlTime structure. |
| Subtraction(PgSqlTime,PgSqlInterval) | Subtracts the specified PgSqlInterval value from the PgSqlTime value and returns a new PgSqlTime structure. |
| Subtraction(PgSqlTime,PgSqlTime) | Subtracts the specified PgSqlTime value from another PgSqlTime value and returns a new PgSqlInterval value. |