TcxSchedulerDateList.ExistDate(TDateTime) Method
Checks whether the ADate date is in the TcxSchedulerDateList collection.
Declaration
function ExistDate(ADate: TDateTime): Boolean;
Parameters
Name | Type |
---|---|
ADate | TDateTime |
Returns
Type |
---|
Boolean |
Remarks
If the TcxSchedulerDateList collection contains the ADate date the ExistDate method returns True. Otherwise it returns False.
Note
the ExistDate method matches dates by the date part of the ADate parameter’s value only. All items are stored in the collection without a fractional part (without time value).
See Also