[]
Defines how a holiday is handled when it lands on a weekday that is specified as a holiday.
public enum HolidayOverride
Public Enum HolidayOverride
Name | Description |
---|---|
NextDay | Holiday overrides to the next day. |
NextWorkDay | Holiday overrides to the next work day. |
None | No holiday override takes place. |