constructor(date) Constructor
Initializes a new instance of the ASPxClientCalendarCustomDisabledDateEventArgs object.
Declaration
constructor(
date: Date
)
Parameters
| Name | Type | Description |
|---|---|---|
| date | Date | A DateTime object that is the currently processed date. |
Remarks
For internal use only.
See Also