dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / DateTimeFormat Property

In This Topic
    DateTimeFormat Property
    In This Topic
    Gets or sets the format of DATETIME values.
    Syntax
    'Declaration
     
    Public Property DateTimeFormat As SQLiteDateFormats
    public SQLiteDateFormats DateTimeFormat {get; set;}

    Property Value

    One of the SQLiteDateFormats values.
    See Also