HolidayMonth Property

This sets or gets the month used for the holiday

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public virtual int Month { get; set; }

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionAn exception will be thrown if the month is not between 1 and 12.

See Also