Searched defs:DaysInMonth (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DGregorianCalendar.java207 static byte[] DaysInMonth = new byte[] { 31, 28, 31, 30, 31, 30, 31, 31, field in class:GregorianCalendar
870 return DaysInMonth[month] + 1;
873 return DaysInMonth[month];

Completed in 477 milliseconds