Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
isSelected Method
Checks if date at year, month and day is selected.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function isSelected(
: Integer,
: Integer,
: Integer
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.isSelected(Integer,Integer,Integer); |
Parameters
- year
- Year of date.
- month
- Month of date in range of 1-12.
- day
- Day of date.
Return Value
True if date is selected.