<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0-rc.1.20451.14" />

TimeSpanValidator

Provides validation of a TimeSpan object.
public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue)

Initializes a new instance of the TimeSpanValidator class, based on supplied parameters.

public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue, bool rangeIsExclusive)

Initializes a new instance of the TimeSpanValidator class, based on supplied parameters.

public TimeSpanValidator(TimeSpan minValue, TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds)

Initializes a new instance of the TimeSpanValidator class, based on supplied parameters.