Fixed HolidayMonth Property
This sets or gets the month used for the holiday
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public override int Month { get; set; }VB
Public Overrides Property Month As Integer
Get
SetC++
public:
virtual property int Month {
int get () override;
void set (int value) override;
}F#
abstract Month : int with get, set
override Month : int with get, setProperty Value
Int32Remarks
If the currently selected day is not valid for the new month, it will be forced to the first
day of the month.