Fixed HolidayDay Property
This sets or gets the day used for the holiday
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
This returns the literal day of the month on which the holiday falls
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public int Day { get; set; }VB
Public Property Day As Integer
Get
SetC++
public:
property int Day {
int get ();
void set (int value);
}F#
member Day : int with get, setProperty Value
Int32This returns the literal day of the month on which the holiday falls
Exceptions
| ArgumentOutOfRangeException | This will be thrown if the day is not valid for the currently set month. February 29th (leap year) is not accepted either. |