MindFusion.UI for WebForms Programmer's Guide

Calendar.selectRange Method

See Also
 



Adds the specified range of dates to the collection of selected dates.

Namespace: MindFusion.UI.Web
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function selectRange (start, end)

 Parameters

start

Type: Date
The start date.

end

Type: Date
The end date.

 See Also