Searched refs:LastDay (Results 1 – 1 of 1) sorted by relevance
433 static const uint16_t LastDay[12] = {31, 28, 31, 30, 31, 30, in ValidateCanonicalDate() local499 } else if (wDay > LastDay[wMonth - 1]) { in ValidateCanonicalDate()