HolidayCollectionAddFixed Method

Add a new holiday object to the collection that occurs on a fixed date

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public FixedHoliday AddFixed(
	int month,
	int day,
	bool adjust,
	string description
)

Parameters

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.

Return Value

FixedHoliday
The fixed holiday that was added

See Also