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

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

Parameters

value
The number of seconds to add.

Return Value

A new PgSqlTimeStamp structure.
See Also