Floating HolidayWeekday Property
This sets or gets the week day used for the holiday
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
This returns the day of the week on which it occurs
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public DayOfWeek Weekday { get; set; }VB
Public Property Weekday As DayOfWeek
Get
SetC++
public:
property DayOfWeek Weekday {
DayOfWeek get ();
void set (DayOfWeek value);
}F#
member Weekday : DayOfWeek with get, setProperty Value
DayOfWeekThis returns the day of the week on which it occurs