dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Subtract Method
A SQLiteDateTime structure to subtract from.
A System.TimeSpan value to subtract.

In This Topic
    Subtract Method
    In This Topic
    Subtracts a System.TimeSpan value from a SQLiteDateTime structure.
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal x As SQLiteDateTime, _
       ByVal t As TimeSpan _
    ) As SQLiteDateTime
    public static SQLiteDateTime Subtract( 
       SQLiteDateTime x,
       TimeSpan t
    )

    Parameters

    x
    A SQLiteDateTime structure to subtract from.
    t
    A System.TimeSpan value to subtract.

    Return Value

    The new SQLiteDateTime structure that represents the result of the subtract operation.
    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