TimeSpanMinutesOrInfiniteConverter Class
Assembly: System.Configuration (in system.configuration.dll)
'Declaration Public NotInheritable Class TimeSpanMinutesOrInfiniteConverter Inherits TimeSpanMinutesConverter 'Usage Dim instance As TimeSpanMinutesOrInfiniteConverter
public final class TimeSpanMinutesOrInfiniteConverter extends TimeSpanMinutesConverter
public final class TimeSpanMinutesOrInfiniteConverter extends TimeSpanMinutesConverter
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 TimeSpanMinutesOrInfiniteConverter class converts String minutes, assigned to a configuration property, to TimeSpan minutes 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.TimeSpanMinutesConverter
System.Configuration.TimeSpanMinutesOrInfiniteConverter
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.