TcxCustomSchedulerStorage.GenerateHolidayEvents(Variant) Method
Creates new user events that represent holidays, and adds them to the storage.
Declaration
procedure GenerateHolidayEvents(const AResourceID: Variant); virtual;
Parameters
Name | Type |
---|---|
AResourceID | Variant |
Remarks
The GenerateHolidayEvents method only creates user events for holidays that are available to the scheduler (the TcxSchedulerHolidaysLocationHoliday.Visible property is True).
AResourceID specifies the resource to which these user events will be assigned.
See Also