ASPxClientCalendar.SetMaxDate(date) Method
Sets the maximum date of the calendar.
#Declaration
SetMaxDate(
date: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
date | Date | A Date |
#Remarks
Use the ASPxClientCalendar.SetMinDate method to specify the minimum date on client side. To specify the minimum and maximum dates on the server, use the ASPxCalendar.MinDate and the ASPxCalendar.MaxDate properties.
The ASPxClientCalendar.GetMaxDate and ASPxClientCalendar.GetMinDate methods are useful, to obtain the minimum and maximum dates on the calendar.
Note
Note that a calendar maximum date value specified by the client Set
When the ASPx