Skip to main content

TcxSchedulerHolidays.OnImportUnknownDate Event

Fires when a date of an unknown format is about to be written from the stream into the TcxSchedulerHolidays component.

Declaration

property OnImportUnknownDate: TcxSchedulerHolidaysImportUnknownDateEvent read; write;

Remarks

Implement the OnImportUnknownDate event handler to manage the import of dates in unknown format.

ASender references the TcxSchedulerHolidays instance.

AHoliday specifies the holiday date to be added to the component (the supported format is similar to the format specified for Microsoft Outlook.HOL).

AYear, AMonth, and ADay specify the Gregorian calendar’s format compliant year, month and day.

ATypeCalendar specifies the calendar’s type.

Accept specifies whether the holiday date can be added to the component. Set Accept to True, to allow the current import operation.

See Also