Version

MaxValue Property (UltraTimeSpanEditor)

Returns or sets the maximum span of time to which the value can be set.
Syntax
'Declaration
 
Public Property MaxValue As TimeSpan
public TimeSpan MaxValue {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if the value is greater than TimeSpanEditor.MaxValue
Remarks

The maximum allowable value for this property is the span of time between DateTime.MinValue and DateTime.MaxValue, which is the value returned from the TimeSpanEditor.MaxValue constant.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also