Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_DateTime.cpp69 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/
Dfnd_DateTime.h54 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/
Dpl_PedometerApi.h67 s16 month; // member
119 s16 month; member
/CTR-SDK-4.2.5/include/nn/cfg/CTR/
Dcfg_UserInfo.h55 s8 month; // member
/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_HostDirectory.h45 bit16 month; // member
/CTR-SDK-4.2.5/include/nn/phtsel/CTR/
Dphtsel_input.h102 s32 year, s32 month, s32 day,
/CTR-SDK-4.2.5/resources/configtool/
Dctrsetting.txt14 month:9; // Month (1~12)