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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.