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