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