FixedHolidayDay Property

This sets or gets the day used for the holiday

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int Day { get; set; }

Property Value

Int32
This returns the literal day of the month on which the holiday falls

Exceptions

ArgumentOutOfRangeExceptionThis will be thrown if the day is not valid for the currently set month. February 29th (leap year) is not accepted either.

See Also