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

On this page
    AddDays Method
    On this page
    Adds the specified number of days to the current SQLiteDateTime instance.
    Syntax
    'Declaration
     
    Public Function AddDays( _
       ByVal value As Double _
    ) As SQLiteDateTime
    public SQLiteDateTime AddDays( 
       double value
    )

    Parameters

    value
    The number of days to add.

    Return Value

    A new SQLiteDateTime structure.
    See Also