public static double ToJulianDay(DateTime value)
 {
     return(SQLiteConvert.JdToDouble(SQLiteConvert.computeJD(value)));
 }