Home | History | Annotate | Download | only in unicode

Lines Matching refs:julian

306      * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
307 * 15, 1582. Previous to this time and date will be Julian dates.
317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October
318 * 15, 1582. Previous to this time and date will be Julian dates.
329 * information. For example, in Sweden, the change from Julian to Gregorian happened
331 * 1700 and 1753. Another example is that after the start of the Julian calendar in
333 * quirks, and pays attention only to the Julian onset date and the Gregorian
497 * Return the Julian day number of day before the first day of the
505 * @return the Julian day number of the day before the first
517 * @return julian day specified by calendar fields.
648 * a calendar with the specified Julian/Gregorian cutover date.
655 * Compute the julian day number of the given year.
656 * @param isGregorian if true, using Gregorian calendar, otherwise using Julian calendar
689 * (Gregorian) 00:00:00 UTC, that is, October 4, 1582 (Julian) is followed
690 * by October 15, 1582 (Gregorian). This corresponds to Julian day number
691 * 2299161. This is measured from the standard epoch, not in Julian Days.
697 * Julian day number of the Gregorian cutover
721 * Converts time as milliseconds to Julian date. The Julian date used here is not a
722 * true Julian date, since it is measured from midnight, not noon.
725 * @return The Julian date number.
730 * Converts Julian date to time as milliseconds. The Julian date used here is not a
731 * true Julian date, since it is measured from midnight, not noon.
733 * @param julian The given Julian date number.
736 static UDate julianDayToMillis(double julian);
740 * Temporary field indicating whether the calendar is currently Gregorian as opposed to Julian.