Searched refs:HOURSTOSECOND (Results 1 – 1 of 1) sorted by relevance
42 constexpr int32_t HOURSTOSECOND = 60 * 60; variable151 int totalSeconds = hours * HOURSTOSECOND + minutes * MINUTESTOSECOND; in offsetTimeToSeconds()