TcxSchedulerEvent.IsDayEvent(TDateTime) Method
Checks whether the ADate date contains the user event.
Declaration
function IsDayEvent(const ADate: TDateTime): Boolean; overload;
Parameters
| Name | Type |
|---|---|
| ADate | TDateTime |
Returns
| Type |
|---|
| Boolean |
Remarks
If the ADate date contains the user event this function returns True. Otherwise, the function returns False.
See Also