RecurrenceInstance Holidays 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: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public HolidayCollection? InstanceHolidays { get; set; }VB
Public Property InstanceHolidays As HolidayCollection
Get
SetC++
public:
property HolidayCollection^ InstanceHolidays {
HolidayCollection^ get ();
void set (HolidayCollection^ value);
}F#
member InstanceHolidays : HolidayCollection with get, setProperty Value
HolidayCollectionRemarks
Note that the holiday list is not static and will not be shared amongst all instances of the
Recurrence classes.