dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / AddSeconds Method
The number of seconds to add.

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

Parameters

value
The number of seconds to add.

Return Value

A new SQLiteDateTime structure.
See Also