dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / AddSeconds Method
The number of seconds to add.

In This Topic
AddSeconds Method (PgSqlTime)
In This Topic
Adds the specified number of seconds to the current PgSqlTime instance.
Syntax
'Declaration
 
Public Function AddSeconds( _
   ByVal value As Double _
) As PgSqlTime
 

Parameters

value
The number of seconds to add.

Return Value

A new PgSqlTime structure.
See Also