Searched refs:month (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_DateTime.cpp | 69 bool DateTime::IsValidDate(s32 year, s32 month, s32 day) in IsValidDate() argument 80 if ( !(1 <= month && month <= 12) ) in IsValidDate() 86 if ( month == 2 ) in IsValidDate() 88 mdays = monthdays[month-1] + IsLeapYear(year); in IsValidDate() 92 mdays = monthdays[month-1]; in IsValidDate() 98 …bool DateTime::IsValidParameters(s32 year, s32 month, s32 day, s32 hour, s32 minute, s32 second, s… in IsValidParameters() argument 100 return IsValidDate(year,month,day) in IsValidParameters() 111 dateTimeParameters.month, in IsValidParameters() 120 dateTimeParameters.month, in IsValidParameters() 124 s32 DateTime::DateToDays(s32 year, s32 month, s32 day) in DateToDays() argument [all …]
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_DateTime.h | 54 s8 month; // member 94 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0); 185 DateTime ReplaceMonth(s32 month) const; 296 …static DateTime FromParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=… 324 static bool IsValidDate(s32 year, s32 month, s32 day); 341 …static bool IsValidParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0… 376 static s32 DateToDays(s32 year, s32 month, s32 day);
|
| /CTR-SDK-4.2.5/include/nn/pl/CTR/ |
| D | pl_PedometerApi.h | 67 s16 month; // member 119 s16 month; member
|
| /CTR-SDK-4.2.5/include/nn/cfg/CTR/ |
| D | cfg_UserInfo.h | 55 s8 month; // member
|
| /CTR-SDK-4.2.5/include/nn/hio/CTR/ |
| D | hio_HostDirectory.h | 45 bit16 month; // member
|
| /CTR-SDK-4.2.5/include/nn/phtsel/CTR/ |
| D | phtsel_input.h | 102 s32 year, s32 month, s32 day,
|
| /CTR-SDK-4.2.5/resources/configtool/ |
| D | ctrsetting.txt | 14 month:9; // Month (1~12)
|