Searched refs:HOUR_TO_MINUTE (Results 1 – 1 of 1) sorted by relevance
30 constexpr int32_t HOUR_TO_MINUTE = 60; variable214 totalMinutes = static_cast<uint32_t>(nowTime->tm_hour * HOUR_TO_MINUTE + nowTime->tm_min); in IsWithinTimeInterval()