System.Configuration.InfiniteTimeSpanConverter
Converts between a string and the standard infinite TimeSpan value.
namespace System.Configuration
{
public sealed class InfiniteTimeSpanConverter : ConfigurationConverterBase
{
public InfiniteTimeSpanConverter();
}
}