TimeSpanValidatorAttribute::MinValue Property

 

Gets the absolute minimum TimeSpan value.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property TimeSpan MinValue {
	TimeSpan get();
}

Property Value

Type: System::TimeSpan

The allowed minimum TimeSpan value.

This is the absolute minimum value allowed by the .NET Framework. Its value is defined by the MinValue field.

.NET Framework
Available since 2.0
Return to top
Show: