Lines Matching defs:hours
241 /// @param hours out parameter. This is set to the number of hours elapsed.
244 /// (passed the number of hours) elapsed.
247 /// seconds (passed the number of hours and minutes) elapsed.
250 /// (passed the number of hours, minutes and seconds) elapsed.
254 timer::value(time_t& hours,
267 hours = elapsed_seconds / 3600;
282 time_t hours = 0, minutes = 0, seconds = 0;
285 value(hours, minutes, seconds, msecs);
289 if (hours)
290 o << hours << "h";