TimeLiteral

Represents a TIME as KQLiteTime literal in a KQLite query.

This class corresponds to the TIME data type. As SQLite lacks a dedicated storage class for time, KQLite stores it as TEXT in the ISO-8601 format HH:MM:SS or HH:MM:SS.SSS. This class encapsulates a time value provided as a string.

Author

MOHAMMAD AZIM ANSARI

Parameters

value

The time string in HH:MM:SS or HH:MM:SS.SSS format.

See also

Constructors

Link copied to clipboard
constructor(value: String)