System.Configuration.TimeSpanSecondsOrInfiniteConverter
Converts a TimeSpan expressed in seconds or as a standard infinite time span.
namespace System.Configuration
{
public sealed class TimeSpanSecondsOrInfiniteConverter : TimeSpanSecondsConverter
{
public TimeSpanSecondsOrInfiniteConverter();
}
}