DateTimeLiteral

Represents a DATETIME as KQLiteDateTime literal in a KQLite query.

This class corresponds to the DATETIME data type. Since SQLite does not have a dedicated storage class for date and time values, KQLite stores them as TEXT in the ISO-8601 format YYYY-MM-DD HH:MM:SS. This class encapsulates a dateTime value provided as a string.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The dateTime string in YYYY-MM-DD HH:MM:SS format.

See also

Constructors

Link copied to clipboard
constructor(value: String)