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.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public HolidayCollection InstanceHolidays { get; set; }
Public Property InstanceHolidays As HolidayCollection
Get
Set
public:
property HolidayCollection^ InstanceHolidays {
HolidayCollection^ get ();
void set (HolidayCollection^ value);
}
member InstanceHolidays : HolidayCollection with get, set
Property Value
HolidayCollection Note that the holiday list is not static and will not be shared amongst all instances of the
Recurrence classes.