Searched refs:newBeginTimePoint (Results 1 – 1 of 1) sorted by relevance
743 auto newBeginTimePoint = std::chrono::system_clock::from_time_t(todayBeginT); in AdjustDateForDndTypeOnce() local745 if (newBeginTimePoint >= newEndTimePoint) { in AdjustDateForDndTypeOnce()750 newBeginTimePoint += std::chrono::hours(HOURS_IN_ONE_DAY); in AdjustDateForDndTypeOnce()754 …auto newBeginDuration = std::chrono::duration_cast<std::chrono::milliseconds>(newBeginTimePoint.ti… in AdjustDateForDndTypeOnce()