NpgsqlInterval Addition Operator
Adds two NpgsqlInterval together.
[Visual Basic]
returnValue = NpgsqlInterval.op_Addition(x, y)
Parameters
-
x
- The first NpgsqlInterval to add.
-
y
- The second NpgsqlInterval to add.
Return Value
An NpgsqlInterval whose values are the sum of the arguments.
See Also
NpgsqlInterval Class | NpgsqlTypes Namespace