Searched refs:GetMonthDays (Results 1 – 1 of 1) sorted by relevance
25 uint8_t GetMonthDays(int16_t year, uint8_t month) { in GetMonthDays() function341 mdays = GetMonthDays(y, m); in AddDays()348 mdays = GetMonthDays(y, m) - d + 1; in AddDays()353 mdays = GetMonthDays(y, m); in AddDays()366 int mdays = GetMonthDays(y, m); in AddDays()376 d = GetMonthDays(y, m); in AddDays()