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

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

Parameters

value
The number of days to add.

Return Value

A new SQLiteDateTime structure.
See Also