dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Addition Operator
A SQLiteDateTime structure.
A System.TimeSpan value.

In This Topic
    Addition Operator
    In This Topic
    Adds the specified System.TimeSpan to the SQLiteDateTime and returns a new SQLiteDateTime structure.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal d As SQLiteDateTime, _
       ByVal t As TimeSpan _
    ) As SQLiteDateTime
    public SQLiteDateTime operator +( 
       SQLiteDateTime d,
       TimeSpan t
    )

    Parameters

    d
    A SQLiteDateTime structure.
    t
    A System.TimeSpan value.

    Return Value

    A new SQLiteDateTime structure.
    See Also