Lines Matching refs:month
39 * the lunar month (approximately 29.53 days) an extra "leap month" is
46 * The leap month is known as "Adar 1" and is inserted between the
47 * months of Shevat and Adar in leap years. Since the leap month does
49 * month numbers are particularly complex. Users of this class should
91 * Constant for Tishri, the 1st month of the Hebrew year.
95 * Constant for Heshvan, the 2nd month of the Hebrew year.
99 * Constant for Kislev, the 3rd month of the Hebrew year.
104 * Constant for Tevet, the 4th month of the Hebrew year.
109 * Constant for Shevat, the 5th month of the Hebrew year.
114 * Constant for Adar I, the 6th month of the Hebrew year
116 * jumps from Shevat (5th month) to Adar (7th month).
121 * Constant for the Adar, the 7th month of the Hebrew year.
126 * Constant for Nisan, the 8th month of the Hebrew year.
131 * Constant for Iyar, the 9th month of the Hebrew year.
136 * Constant for Sivan, the 10th month of the Hebrew year.
141 * Constant for Tammuz, the 11th month of the Hebrew year.
146 * Constant for Av, the 12th month of the Hebrew year.
151 * Constant for Elul, the 13th month of the Hebrew year.
307 * Return the number of days in the given month of the given extended
313 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
329 * <li>MONTH
350 * given month in the given extended year. Subclasses should override
353 * @param month the zero-based month, or 0 if useMonth is false
356 * the given month
358 * day of the given month and year
361 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,