| 866 | |
| 867 | template <class S> |
| 868 | constexpr S TTimeBase<S>::Hours(ui64 h) noexcept { |
| 869 | return S::MicroSeconds(NDateTimeHelpers::MulWithSaturation<ui64(1'000'000) * 60 * 60>(h)); |
| 870 | } |
| 871 | |
| 872 | template <class S> |
| 873 | constexpr S TTimeBase<S>::Days(ui64 d) noexcept { |