TimeSpanSecondsOrInfiniteConverter Class
Assembly: System.Configuration (in system.configuration.dll)
'Declaration Public NotInheritable Class TimeSpanSecondsOrInfiniteConverter Inherits TimeSpanSecondsConverter 'Usage Dim instance As TimeSpanSecondsOrInfiniteConverter
public final class TimeSpanSecondsOrInfiniteConverter extends TimeSpanSecondsConverter
public final class TimeSpanSecondsOrInfiniteConverter extends TimeSpanSecondsConverter
This type, like all the other configuration converter types, converts strings found in the configuration file to and from the related strongly typed properties.
In particular, the TimeSpanSecondsOrInfiniteConverter converts String seconds, assigned to a configuration property, to TimeSpan seconds, and vice versa. If the configuration property has a String value of "infinite", it converts this value to MaxValue and vice versa.
The infinite TimeSpan value is represented by the MaxValue enumeration value.
Refer to the code examples in the InfiniteTimeSpanConverter and TimeSpanMinutesConverter classes.
System.ComponentModel.TypeConverter
System.Configuration.ConfigurationConverterBase
System.Configuration.TimeSpanSecondsConverter
System.Configuration.TimeSpanSecondsOrInfiniteConverter
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
TimeSpanSecondsOrInfiniteConverter MembersSystem.Configuration Namespace
GenericEnumConverter Class
InfiniteIntConverter Class
TimeSpanMinutesConverter Class
InfiniteTimeSpanConverter Class
TimeSpanSecondsConverter Class
TimeSpanMinutesOrInfiniteConverter Class
TypeNameConverter
WhiteSpaceTrimStringConverter