ASPxClientCalendar.SetMinDate(date) Method
Sets the minimum date of the calendar.
#Declaration
SetMinDate(
date: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
date | Date | A Date |
#Remarks
Use the ASPxClientCalendar.SetMaxDate method to specify the maximum date on the client side. To specify the minimum and maximum dates on the server, use the ASPxCalendar.MinDate and 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 minimum date value specified by the client Set
When the ASPx