Fixed HolidayAdjust Fixed Date Property
This property is used to determine whether or not fixed holiday dates are adjusted so as not to fall
on a weekend.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
If 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.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public bool AdjustFixedDate { get; set; }VB
Public Property AdjustFixedDate As Boolean
Get
SetC++
public:
property bool AdjustFixedDate {
bool get ();
void set (bool value);
}F#
member AdjustFixedDate : bool with get, setProperty 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.