Julian Day Literal
Represents a KQLiteJulianDay literal in a KQLite query.
This class corresponds to the JULIANDAY representation of date and time. SQLite can store date/time values as a Julian day number, which is the number of days since noon in Greenwich on November 24, 4714BC. This value is stored as a REAL (floating-point number).
Author
MOHAMMAD AZIM ANSARI
Parameters
value
The Julian Day number as a Double.