Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
removeDateFromSelection Method
Remove date from selection. Note: that method will move range of selected dates into array or selected dates.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function removeDateFromSelection(
: Date,
: Boolean
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.removeDateFromSelection(Date,Boolean); |
Parameters
- date
- Selected date.
- repaint
- True: request to repaint calendar.
Return Value
True if date was removed.
See Also