Searched refs:DaysInYear (Results 1 – 1 of 1) sorted by relevance
210 private static int[] DaysInYear = new int[] { 0, 31, 59, 90, 120, 151, 181, field in GregorianCalendar889 return DaysInYear[month] + 1; in daysInYear()892 return DaysInYear[month]; in daysInYear()