ASPxClientTimeEdit.SetDate(date) Method
Specifies the date for the editor.
Declaration
SetDate(
date: Date
): void
Parameters
Name | Type | Description |
---|---|---|
date | Date | A DateTime object that is the date. |
Remarks
To get the date of the editor (that is the editor’s value), use the ASPxClientTimeEdit.GetDate method.
See Also