FixedHolidayMonth Property
This sets or gets the month used for the holiday
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public override int Month { get; set; }
Public Overrides Property Month As Integer
Get
Set
public:
virtual property int Month {
int get () override;
void set (int value) override;
}
abstract Month : int with get, set
override Month : int with get, set
Property Value
Int32 If the currently selected day is not valid for the new month, it will be forced to the first
day of the month.