HolidayCollectionAddFixed Method
Add a new holiday object to the collection that occurs on a fixed date
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public FixedHoliday AddFixed(
int month,
int day,
bool adjust,
string description
)
Public Function AddFixed (
month As Integer,
day As Integer,
adjust As Boolean,
description As String
) As FixedHoliday
public:
FixedHoliday^ AddFixed(
int month,
int day,
bool adjust,
String^ description
)
member AddFixed :
month : int *
day : int *
adjust : bool *
description : string -> FixedHoliday
- month Int32
- The month of the holiday.
- day Int32
- The day of the month on which it occurs.
- adjust Boolean
- Set to true to adjust date to the Friday or Monday if it falls on a weekend or
false to always keep it on the specified day of the month.
- description String
- A description of the holiday.
FixedHolidayThe fixed holiday that was added