TimeSpanSecondsConverter Class
.NET Framework 3.0
Converts a time span expressed in seconds.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
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 TimeSpanSecondsConverter converts String seconds, assigned to a configuration property, to TimeSpan seconds and vice versa.
The TimeSpanMinutesConverter persists values of type long that represent a number of seconds.
Refer to the code examples in InfiniteTimeSpanConverter and TimeSpanMinutesConverter.
System.Object
System.ComponentModel.TypeConverter
System.Configuration.ConfigurationConverterBase
System.Configuration.TimeSpanSecondsConverter
System.Configuration.TimeSpanSecondsOrInfiniteConverter
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.Community Additions
ADD
Show: