Searched refs:DateTime (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_DateTime.h | 77 class DateTime 85 DateTime() : m_MilliSeconds(0) {} in DateTime() function 92 … DateTime(s32 year, s32 month, s32 day, s32 hour=0, s32 minute=0, s32 second=0, s32 millisecond=0); 177 DateTime ReplaceYear(s32 year) const; 183 DateTime ReplaceMonth(s32 month) const; 189 DateTime ReplaceDay(s32 day) const; 195 DateTime ReplaceHour(s32 hour) const; 201 DateTime ReplaceMinute(s32 minute) const; 207 DateTime ReplaceSecond(s32 second) const; 213 DateTime ReplaceMilliSecond(s32 millisecond) const; [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_DateTime.cpp | 46 const DateTime DateTime::MAX_DATETIME = DateTime(DateTime::MAX_MILLISECONDS); 47 const DateTime DateTime::MIN_DATETIME = DateTime(DateTime::MIN_MILLISECONDS); 49 s32 DateTime::IsLeapYear(s32 year) in IsLeapYear() 69 bool DateTime::IsValidDate(s32 year, s32 month, s32 day) in IsValidDate() 72 const s64 startYear = DateTime(MIN_MILLISECONDS).GetYear(); in IsValidDate() 73 const s64 endYear = DateTime(MAX_MILLISECONDS).GetYear(); in IsValidDate() 98 …bool DateTime::IsValidParameters(s32 year, s32 month, s32 day, s32 hour, s32 minute, s32 second, s… in IsValidParameters() 107 bool DateTime::IsValidParameters(const DateTimeParameters &dateTimeParameters) in IsValidParameters() 124 s32 DateTime::DateToDays(s32 year, s32 month, s32 day) in DateToDays() 126 NN_TASSERT_(DateTime::IsValidDate(year,month,day)); in DateToDays() [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/ptm/CTR/ |
| D | ptm_Api.h | 78 Result SetRtcAlarm(nn::fnd::DateTime datetime); 90 Result GetRtcAlarm(nn::fnd::DateTime *pDatetime);
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/pl/CTR/ |
| D | pl_PedometerApi.h | 79 nn::fnd::DateTime startRecordTime; //!< 前回の記録時刻です。 143 void GetStepHistory( u16 pStepCounts[], s32 numHours, nn::fnd::DateTime start );
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/ubl/ |
| D | ubl_Api.h | 106 nn::Result Entry( u64 id, nn::fnd::DateTime *dt );
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/boss/ |
| D | boss_NsData.h | 197 nn::Result GetLastUpdated(nn::fnd::DateTime* pTime);
|