KQLite Julian Day
Represents com.kqlite.functions.JULIANDAY number stored within a KQLiteTable.julianDayColumn.
This interface provides a way to handle the Julian day, which is the continuous count of days since the beginning of the Julian period. It's often used in date and time calculations. As a DateTimeModifier, it can be used to modify date/time values using com.kqlite.functions.JULIANDAY functions.
Example
select(JULIANDAY(2460936.5953)).execute()Content copied to clipboard
Author
MOHAMMAD AZIM ANSARI