TimeSpanValidator
Provides validation of a TimeSpan object.
Initializes a new instance of the TimeSpanValidator class, based on supplied parameters.
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.