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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also