Back to Devexpress

ASPxClientCalendar.GetMaxDate Method

aspnet-js-aspxclientcalendar-d8c3a44f.md

latest1.3 KB
Original Source

ASPxClientCalendar.GetMaxDate Method

Gets the maximum date on the calendar.

Declaration

ts
GetMaxDate(): Date

Returns

TypeDescription
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

SetMinDate(date)

SetMaxDate(date)

GetMinDate

MinDate

MaxDate

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members