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 virtual int Month { get; set; }VB
Public Overridable Property Month As Integer
Get
SetC++
public:
virtual property int Month {
int get ();
void set (int value);
}F#
abstract Month : int with get, set
override Month : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | An exception will be thrown if the month is not between 1 and 12. |