<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.2" />

System.Configuration.TimeSpanValidator

Provides validation of a TimeSpan object.
namespace System.Configuration { public class TimeSpanValidator : ConfigurationValidatorBase { public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue); public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue, bool rangeIsExclusive); public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds); } }