Searched defs:SECONDS_PER_DAY (Results 1 – 3 of 3) sorted by relevance
33 constexpr int SECONDS_PER_DAY = 86400; // 60 * 60 * 24 variable
53 constexpr int SECONDS_PER_DAY = 86400; // 60 * 60 * 24 variable
31 #define SECONDS_PER_DAY 86400 macro