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

/ast/src/lib/libtksh/tcl/
H A DtclDate.c440 static int DaysInMonth[12] = { local
447 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
451 || Day < 1 || Day > DaysInMonth[(int)--Month])
455 Julian += DaysInMonth[i];

Completed in 21 milliseconds