Searched refs:DaysInMonth (Results 1 – 2 of 2) sorted by relevance
643 static int DaysInMonth[12] = { local654 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)660 || Day < 1 || Day > DaysInMonth[(int)--Month])664 Julian += DaysInMonth[i];
525 static int DaysInMonth[12] = { local536 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)541 || Day < 1 || Day > DaysInMonth[(int)--Month])545 Julian += DaysInMonth[i];