Home
last modified time | relevance | path

Searched refs:HOUR (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp30 constexpr uint32_t HOUR = 60 * MINUTE; member
625 if (ms >= HOUR) { in PrintTime()
626 hours = ms / HOUR; in PrintTime()
627 ms = ms - HOUR * hours; in PrintTime()

Completed in 2 milliseconds