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
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 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 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.