ASPxClientDateEdit.GetDate Method
Gets the date that is the editor’s value.
Declaration
GetDate(): Date
Returns
| Type | Description |
|---|---|
| Date | The date. |
Remarks
To set the date for the editor, use the ASPxClientDateEdit.SetDate method.
See Also