dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Addition Operator / Addition(PgSqlTime,PgSqlInterval) Operator
The PgSqlTime value.
The PgSqlInterval value.

In This Topic
Addition(PgSqlTime,PgSqlInterval) Operator
In This Topic
Adds the specified PgSqlInterval to the PgSqlTime and returns a new PgSqlTime structure.
Syntax
'Declaration
 
Overloads Public Operator +( _
   ByVal t1 As PgSqlTime, _
   ByVal t2 As PgSqlInterval _
) As PgSqlTime
 

Parameters

t1
The PgSqlTime value.
t2
The PgSqlInterval value.

Return Value

A new PgSqlTime structure.
See Also