Searched defs:totalSeconds (Results 1 – 2 of 2) sorted by relevance
29 …time_point<system_clock, secondtype> totalSeconds = time_point_cast<secondtype>(system_clock::now(… in GetSecondsSince1970ToNow() local41 time_point<system_clock, secondtype> totalSeconds = time_point_cast<secondtype>(pointTime); in GetSecondsSince1970ToPointTime() local
151 int totalSeconds = hours * HOURSTOSECOND + minutes * MINUTESTOSECOND; in offsetTimeToSeconds() local