Addition(PgSqlTime,TimeSpan) Operator
In This Topic
Adds the specified
System.TimeSpan to the
PgSqlTime and returns a new
PgSqlTime structure.
Syntax
Parameters
- t1
- The PgSqlTime value.
- t2
- The System.TimeSpan value.
Return Value
A new
PgSqlTime structure.
See Also