dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Add Method
The first item to add.
The second item to add.

In This Topic
    Add Method (SQLiteDateTime)
    In This Topic
    Adds a SQLiteDateTime to a System.TimeSpan structure.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal x As SQLiteDateTime, _
       ByVal t As TimeSpan _
    ) As SQLiteDateTime
    public static SQLiteDateTime Add( 
       SQLiteDateTime x,
       TimeSpan t
    )

    Parameters

    x
    The first item to add.
    t
    The second item to add.

    Return Value

    The new SQLiteDateTime that represents sum of the two arguments.
    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