Searched refs:TOTAL_SECONDS_OF_HOUR (Results 1 – 3 of 3) sorted by relevance
35 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable114 …(secondsOfToday / TOTAL_SECONDS_OF_HOUR) % TWENTY_FOUR_HOUR_BASE + timeOfNow.minute_ / TOTAL_MINUT… in GetTimeOfNow()169 …(secondsOfToday / TOTAL_SECONDS_OF_HOUR) % TWENTY_FOUR_HOUR_BASE + timeOfZone.minute_ / TOTAL_MINU… in GetTimeOfZone()
34 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable344 duration = duration * (SECONDS_OF_MILLISECOND * TOTAL_SECONDS_OF_HOUR); in GetMillisecondsDuration()
35 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable324 current = current - int32_t(hourWest_ * TOTAL_SECONDS_OF_HOUR); in GetCurrentFormatDateTime()