TcxSchedulerDateList.Add(TDateTime) Method
Adds the ADate date to the TcxSchedulerDateList collection.
Declaration
function Add(ADate: TDateTime): Integer; reintroduce;
Parameters
| Name | Type |
|---|---|
| ADate | TDateTime |
Returns
| Type |
|---|
| Integer |
Remarks
The Add method returns the zero-based index of the ADate date’s position in the TcxSchedulerDateList collection.
Note
The date, added to the collection, is stored as a date value. The fractional part (time value) is truncated.
See Also