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