AddSeconds Method (PgSqlTime)
Adds the specified number of seconds to the current
PgSqlTime instance.
'Declaration
Public Function AddSeconds( _
ByVal As Double _
) As PgSqlTime
Parameters
- value
- The number of seconds to add.
Return Value
A new
PgSqlTime structure.