Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 31 of file time.c.
Referenced by LlbConvertRtcTime().
{ /* Check how many days a month has, accounting for leap yearS */ return LlbDaysInMonth[Month] + (LlbIsLeapYear(Year) && Month == 1); }