Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_TimeSpan.h127 …static TimeSpan FromDays(s64 days) { return FromNanoSeconds(days * 1000 * 1000 * 1000 * 60 * 60 * … in FromDays()