Version

selectedRange Property

Creates and returns array which contains minumum and maximum dates or current range. The get returns null or array of 2 Date objects. The set should contain array of minimum and maximum dates. The set does not change possible selected dates and it has effect only when multi selection is enabled. Array of dates
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedRange() : Date[]
function set_selectedRange(value : Date[])
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMonthCalendar.get_selectedRange();
See Also