kHoursPerDay 218 core/Date.cpp int result = (int) MathUtils::mod(MathUtils::floor((t + 0.5) / kMsecPerHour), kHoursPerDay); kHoursPerDay 220 core/Date.cpp result += kHoursPerDay;