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

In This Topic
    SQLiteDateTimeFormats Field
    In This Topic
    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