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

In This Topic
RangeEnd Property (Calendar)
In This Topic
Gets or sets the last selected date in a range selection.
Syntax
'Declaration
 
<JsonAttribute(1)>
Public Property RangeEnd As Date
 
Remarks
To enable date range selection, set the SelectionMode property to **DateSelectionMode.Range**.
See Also