FixedHolidayDay Property
This sets or gets the day used for the holiday
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int Day { get; set; }
Public Property Day As Integer
Get
Set
public:
property int Day {
int get ();
void set (int value);
}
member Day : int with get, set
Property Value
Int32This returns the literal day of the month on which the holiday falls
ArgumentOutOfRangeException | This will be thrown if the day is not valid for the
currently set month. February 29th (leap year) is not accepted either. |