ASPxClientCalendar.GetMaxDate Method
In This Article
Gets the maximum date on the calendar.
#Declaration
TypeScript
GetMaxDate(): Date
#Returns
Type | Description |
---|---|
Date | A date-time object representing the maximum date. |
#Remarks
Use the ASPxClientCalendar.GetMinDate method to obtain the minimum date on the client side.
The ASPxClientCalendar.SetMinDate and ASPxClientCalendar.SetMaxDate methods are useful to specify minimum and maximum dates on the calendar. To specify these dates on the server, use the ASPxCalendar.MinDate and the ASPxCalendar.MaxDate properties.
See Also