SQLiteDateFormats Enumeration |
The wrapper version of the provider's SQLiteDateFormats enumeration.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum SQLiteDateFormats
Public Enumeration SQLiteDateFormats
public enum class SQLiteDateFormats
Members
| Member name | Value | Description |
---|
| Ticks | 0 |
See SQLite docs.
|
| Default | 1 |
See SQLite docs.
|
| ISO8601 | 1 |
See SQLite docs.
|
| JulianDay | 2 |
See SQLite docs.
|
| UnixEpoch | 3 |
See SQLite docs.
|
| InvariantCulture | 4 |
See SQLite docs.
|
| CurrentCulture | 5 |
See SQLite docs.
|
See Also