FixedHolidayAdjustFixedDate Property
This property is used to determine whether or not fixed holiday dates are adjusted so as not to fall
on a weekend.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public bool AdjustFixedDate { get; set; }
Public Property AdjustFixedDate As Boolean
Get
Set
public:
property bool AdjustFixedDate {
bool get ();
void set (bool value);
}
member AdjustFixedDate : bool with get, set
Property Value
BooleanIf set to true, the actual date is adjusted to fall on the preceding Friday if the actual date
falls on a Saturday or on the following Monday if the actual date falls on a Sunday. If set to
false, fixed dates will fall on the month and day they indicate.