Home | History | Annotate | Download | only in i18n

Lines Matching refs:day

104      * Convert an Coptic/Ethiopic year, month, and day to a Julian day.
108 * @param day the day
110 * @return Julian day
117 * Convert a Julian day to an Coptic/Ethiopic year, month and day
119 * @param julianDay the Julian day
123 * @param date receives the day
127 int32_t& year, int32_t& month, int32_t& day);