Wijmo UI for the Web
unSelectDate Method
The date to be removed from the selectedDates collection.
Clears any selection from the specified date.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcalendar();
var value; // Type: bool

// Parameters
var date; // Type:  date

value = instance.unSelectDate(date);
Javascript (Specification) 
function unSelectDate( 
   date : date
) : bool;

Parameters

date
The date to be removed from the selectedDates collection.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.