Searched refs:DaysInMonth (Results 1 – 2 of 2) sorted by relevance
645 static int DaysInMonth[12] = { local656 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)662 || Day < 1 || Day > DaysInMonth[(int)--Month])666 Julian += DaysInMonth[i];
527 static int DaysInMonth[12] = { local538 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)543 || Day < 1 || Day > DaysInMonth[(int)--Month])547 Julian += DaysInMonth[i];