Home
last modified time | relevance | path

Searched defs:days (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_TimeSpan.h122 …static TimeSpan FromDays(s64 days) { return FromNanoSeconds(days * 1000 * 1000 * 1000 * 60 * 60 * … in FromDays()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp153 void DateTime::DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days) in DaysToDate()
214 Week DateTime::DaysToWeekday(s32 days) in DaysToWeekday()
403 s32 days = AlignedDays(m_MilliSeconds); in GetParameters() local