selectedDates Property
Gets sets selected dates. The get method creates and returns array of selected dates in calendar as Date objects. The set method removes possible selected range. Note: when dates are set, then they should be sorted in ascending order. Array of dates
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_selectedDates() : Date[]
function set_selectedDates(value : Date[]) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.get_selectedDates(); |