| Overload | Description |
|---|---|
| Addition(PgSqlTime,PgSqlTime) | Adds the specified object to the PgSqlTime and returns a new PgSqlTime structure. |
| Addition(PgSqlTime,TimeSpan) | Adds the specified System.TimeSpan to the PgSqlTime and returns a new PgSqlTime structure. |
| Addition(PgSqlTime,PgSqlInterval) | Adds the specified PgSqlInterval to the PgSqlTime and returns a new PgSqlTime structure. |