C1.Web.Mvc Namespace / InputDateBase Class / RangeMin Property

In This Topic
RangeMin Property (InputDateBase)
In This Topic
Gets or sets the minimum number of days allowed when editing date ranges.
Syntax
'Declaration
 
<JsonAttribute(1)>
Public Property RangeMin As Integer
 
Remarks
The default value for this property is zero, which means there is no minimum value for range lengths.
See Also