KQLiteJulianDay

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()

Author

MOHAMMAD AZIM ANSARI

See also

Functions

Link copied to clipboard
abstract fun getDouble(): Double

Retrieves the Julian day number as a Double. The Julian day is the continuous count of days since the beginning of the Julian period.