Home
last modified time | relevance | path

Searched refs:monthdays (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp71 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()