RecurrenceInstanceHolidays Property

This is used to add holidays to the recurrence instance. These will be used in conjunction with the CanOccurOnHoliday option if it is set to false.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public HolidayCollection InstanceHolidays { get; set; }

Property Value

HolidayCollection

Remarks

Note that the holiday list is not static and will not be shared amongst all instances of the Recurrence classes.

See Also