Searched refs:month (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.4/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-0.14.4/include/nn/fnd/ |
| D | fnd_DateTime.h | 54 s8 month; ///< 月 member 92 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0); 183 DateTime ReplaceMonth(s32 month) const; 294 …static DateTime FromParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=… 322 static bool IsValidDate(s32 year, s32 month, s32 day); 339 …static bool IsValidParameters(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0… 374 static s32 DateToDays(s32 year, s32 month, s32 day);
|
| /CTR-SDK-0.14.4/include/nn/pl/CTR/ |
| D | pl_PedometerApi.h | 67 s16 month; //!< このエントリの月です。 member 119 s16 month; member
|
| /CTR-SDK-0.14.4/include/nn/cfg/CTR/ |
| D | cfg_UserInfo.h | 48 s8 month; //!< 誕生日の月 (1-12) が格納されます。 member
|
| /CTR-SDK-0.14.4/resources/configtool/ |
| D | ctrsetting.txt | 14 month:9; // 月 (1~12)
|
| /CTR-SDK-0.14.4/include/nn/hio/CTR/ |
| D | hio_HostDirectory.h | 45 bit16 month; //!< 月を表します。 member
|