A newer version of this page is available.
Switch to the current version.
ASPxClientCalendar.IsDateSelected(date) Method
Tests whether the specified date is selected.
Declaration
IsDateSelected(date: Date): boolean
Parameters
Name | Type | Description |
---|---|---|
date | Date | A date-time value that specifies the date to test. |
Returns
Type | Description |
---|---|
boolean | true if the specified date is selected; otherwise, false. |
See Also
Feedback