Lines Matching refs:month
41 * the lunar month (approximately 29.53 days) an extra "leap month" is
48 * The leap month is known as "Adar 1" and is inserted between the
49 * months of Shevat and Adar in leap years. Since the leap month does
51 * month numbers are particularly complex. Users of this class should
93 * Constant for Tishri, the 1st month of the Hebrew year.
97 * Constant for Heshvan, the 2nd month of the Hebrew year.
101 * Constant for Kislev, the 3rd month of the Hebrew year.
106 * Constant for Tevet, the 4th month of the Hebrew year.
111 * Constant for Shevat, the 5th month of the Hebrew year.
116 * Constant for Adar I, the 6th month of the Hebrew year
118 * jumps from Shevat (5th month) to Adar (7th month).
123 * Constant for the Adar, the 7th month of the Hebrew year.
128 * Constant for Nisan, the 8th month of the Hebrew year.
133 * Constant for Iyar, the 9th month of the Hebrew year.
138 * Constant for Sivan, the 10th month of the Hebrew year.
143 * Constant for Tammuz, the 11th month of the Hebrew year.
148 * Constant for Av, the 12th month of the Hebrew year.
153 * Constant for Elul, the 13th month of the Hebrew year.
309 * Return the number of days in the given month of the given extended
315 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
331 * <li>MONTH
352 * given month in the given extended year. Subclasses should override
355 * @param month the zero-based month, or 0 if useMonth is false
358 * the given month
360 * day of the given month and year
363 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
370 * special handling for month validation for Hebrew calendar.