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

ASPxClientDateEdit.GetMinDate Method

Gets the minimum date of the editor.

Declaration

GetMinDate(): Date

Returns

Type Description
Date

The minimum date.

Remarks

Use the ASPxClientDateEdit.GetMaxDate method to obtain the maximum 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