TcxSchedulerHolidaysLocationHoliday.RecurrenceInfo Property
Provides access to the holiday’s recurrence data.
Declaration
property RecurrenceInfo: TcxSchedulerHolidayRecurrenceInfo read;
Property Value
Type |
---|
TcxSchedulerHolidayRecurrenceInfo |
Remarks
This property is always initialized with a TcxSchedulerHolidayRecurrenceInfo object, regardless of whether the holiday is recurring or not. For a recurring holiday, TcxSchedulerHolidayRecurrenceInfo object properties contain data for calculating the holiday’s recurrences. To ascertain that the holiday is recurring, call its IsRecurring function.
See Also