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

SQLiteDateFormats Enumeration
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

See Also