ASPxClientCalendar.GetMinDate Method
Gets the minimum date on the calendar.
Declaration
GetMinDate(): Date
Returns
Type | Description |
---|---|
Date | A date-time object representing the minimum date. |
Remarks
Use the ASPxClientCalendar.GetMaxDate method to obtain the maximum 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