Skip to main content
A newer version of this page is available. .

ASPxClientDateEdit.GetMaxDate Method

Gets the maximum date of the editor.

Declaration

GetMaxDate(): Date

Returns

Type Description
Date

The maximum date.

Remarks

Use the ASPxClientDateEdit.GetMinDate method to obtain the minimum date on the client side.

The ASPxClientDateEdit.SetMinDate and ASPxClientDateEdit.SetMaxDate methods are useful to specify the minimum and maximum dates of the editor.

See Also