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

In This Topic
RangeEnd Property (InputDateBase)
In This Topic
Gets or sets the last selected date in a range selection.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
Public Property RangeEnd As Nullable(Of Date)
 
Remarks
The selection range will be defined by the Value and RangeEnd properties.
See Also