Searched refs:monthdays (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_DateTime.cpp | 71 const s32 monthdays[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; in IsValidDate() local 88 mdays = monthdays[month-1] + IsLeapYear(year); in IsValidDate() 92 mdays = monthdays[month-1]; in IsValidDate()
|