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

/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp453 unsigned cDaysInMonth = fLeapYear local
456 if (pTime->u8MonthDay <= cDaysInMonth)
458 pTime->u8MonthDay -= cDaysInMonth;
801 unsigned const cDaysInMonth = fLeapYear local
804 if (pTime->u8MonthDay == 0 || pTime->u8MonthDay > cDaysInMonth)

Completed in 41 milliseconds