KQLite Time
Represents com.kqlite.functions.TIME data stored within a KQLiteTable.timeColumn.
This interface is used to interact with KQLiteTable.timeColumn and values within the KQLite. Particularly for obtaining their string representation, which is essential for SQL queries. It supports standard time formats and allows for modifications using DateTimeModifier extensions.
Example
Employees.quickInsert {
it.meetingTime.bind(TIME("10:10"))
}Content copied to clipboard
Author
MOHAMMAD AZIM ANSARI