Floating HolidayOccurrence Property
This sets or gets the occurrence of the day of the week on which a floating holiday falls
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 DayOccurrence Occurrence { get; set; }VB
Public Property Occurrence As DayOccurrence
Get
SetC++
public:
property DayOccurrence Occurrence {
DayOccurrence get ();
void set (DayOccurrence value);
}F#
member Occurrence : DayOccurrence with get, setProperty Value
DayOccurrenceExceptions
| ArgumentException | This is thrown if None is specified as the value |