1 write to MaxValue
System.Configuration.ConfigurationManager (1)
System\Configuration\TimeSpanValidatorAttribute.cs (1)
45
MaxValue
= timeValue;
3 references to MaxValue
System.Configuration.ConfigurationManager (3)
System\Configuration\TimeSpanValidatorAttribute.cs (3)
15
=> new TimeSpanValidator(MinValue,
MaxValue
, ExcludeRange);
28
if (
MaxValue
< timeValue)
37
get { return
MaxValue
.ToString(); }