dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / SQLiteDateTimeFormats Field

On this page
    SQLiteDateTimeFormats Field
    On this page
    Static field, containing all the formats of the DateTime string representations, that can be parsed by the Parse method.
    Syntax
    'Declaration
     
    Public Shared SQLiteDateTimeFormats As String()
    public static string[] SQLiteDateTimeFormats

    Field Value

    All the formats of the DateTime string representations, that can be parsed by the Parse method.
    See Also