Searched refs:FromHours (Results 1 – 2 of 2) sorted by relevance
113 …static TimeSpan FromHours(s64 hours) { return FromNanoSeconds(hours * 1000 * 1000 * 1000 * 60 * 60… in FromHours() function
332 return *this + TimeSpan::FromHours(hour - GetHour()); in ReplaceHour()