dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / SQLiteDateTime Constructor / SQLiteDateTime Constructor(DateTime)
The specified System.DateTime.

In This Topic
    SQLiteDateTime Constructor(DateTime)
    In This Topic
    Initializes a new instance of the SQLiteDateTime structure with the specified System.DateTime.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Date _
    )
    public SQLiteDateTime( 
       DateTime value
    )

    Parameters

    value
    The specified System.DateTime.
    See Also