TcxSchedulerHolidaysLocations.Add(string) Method
Adds a holiday location to the collection.
Declaration
function Add(const AName: string): TcxSchedulerHolidaysLocation;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
TcxSchedulerHolidaysLocation |
Remarks
The Add method returns a reference to the instance of the newly created location.
The AName parameter specifies the location name.
See Also