Home
last modified time | relevance | path

Searched refs:FromHours (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_TimeSpan.h113 …static TimeSpan FromHours(s64 hours) { return FromNanoSeconds(hours * 1000 * 1000 * 1000 * 60 * 60… in FromHours() function
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp332 return *this + TimeSpan::FromHours(hour - GetHour()); in ReplaceHour()