Lines Matching refs:julian
192 * maximum range of supportable dates as those having Julian day numbers
1651 * Return the Julian day number of day before the first day of the
1659 * @return the Julian day number of the day before the first
1700 * @return julian day specified by calendar fields.
1717 * Compute the Julian day from fields. Will determine whether to use
1719 * @return the julian day
1941 * equivalents for the given Julian day.
2242 * the given Julian day. These values are not stored in fields, but in
2252 * Julian day. These values are not stored in fields, but in member
2317 * Convert a quasi Julian date to the day of the week. The Julian date used here is
2318 * not a true Julian date, since it is measured from midnight, not noon. Return
2321 * @param julian The given Julian date number.
2325 static uint8_t julianDayToDayOfWeek(double julian);