dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateFormats Enumeration

In This Topic
    SQLiteDateFormats Enumeration
    In This Topic
    Determines the format of datetime fields.
    Syntax
    'Declaration
     
    Public Enum SQLiteDateFormats 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    ISO8601Datetime fields are formatted according to ISO8601.
    TicksDatetime are expressed as ticks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SQLite.SQLiteDateFormats

    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