TcxSchedulerHolidays.AddHoliday(string,string,TDateTime) Method
In This Article
Adds a holiday to the TcxSchedulerHolidays component and returns a reference to this holiday.
#Declaration
Delphi
function AddHoliday(const ALocationName: string; const AHolidayName: string; const ADate: TDateTime): TcxSchedulerHolidaysLocationHoliday;
#Parameters
Name | Type |
---|---|
ALocation |
string |
AHoliday |
string |
ADate | TDate |
#Returns
Type |
---|
Tcx |
#Remarks
ALocationName specifies the name of a location whose holiday is to be added to the component.
AHolidayName specifies the holiday name.
ADate specifies the holiday date.
See Also