Click or drag to resize
SQLiteDateFormats Enumeration
The wrapper version of the provider's SQLiteDateFormats enumeration.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SQLiteDateFormats
Members
  Member nameValueDescription
Ticks0 See SQLite docs.
Default1 See SQLite docs.
ISO86011 See SQLite docs.
JulianDay2 See SQLite docs.
UnixEpoch3 See SQLite docs.
InvariantCulture4 See SQLite docs.
CurrentCulture5 See SQLite docs.
See Also