Version

selectedDate Property

Gets sets selected date as Date. In case of multiselection, the get returns first selected date within array of selected dates. Selected date
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedDate() : Date
function set_selectedDate(value : Date)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMonthCalendar.get_selectedDate();
See Also