Home
last modified time | relevance | path

Searched refs:day (Results 1 – 6 of 6) 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
95 return 1 <= day && day <= mdays; 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()
112 dateTimeParameters.day, in IsValidParameters()
121 dateTimeParameters.day)); in IsValidParameters()
124 s32 DateTime::DateToDays(s32 year, s32 month, s32 day) in DateToDays() argument
126 NN_TASSERT_(DateTime::IsValidDate(year,month,day)); in DateToDays()
128 day -= 1; in DateToDays()
149 + day + (31 + 28) in DateToDays()
[all …]
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_DateTime.h55 s8 day; // member
94 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0);
191 DateTime ReplaceDay(s32 day) 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/cfg/CTR/
Dcfg_UserInfo.h56 s8 day; // member
/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_HostDirectory.h47 bit16 day; // 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.txt15 day:27; // Day (1 to 31)