[]
Initializes a new instance of the DayOfWeekHolidayPolicy structure with the specified WeekFlags and override settings.
public DayOfWeekHolidayPolicy(WeekFlags weekFlags, HolidayOverride overrideHoliday)
Public Sub New(weekFlags As WeekFlags, overrideHoliday As HolidayOverride)
Type | Name | Description |
---|---|---|
WeekFlags | weekFlags | A WeekFlags flag value that represents the weeks that will be treated as a holiday. |
HolidayOverride | overrideHoliday | true to override the holiday (when the holiday lands on a weekday which is already set to a holiday) to the following day; false to do nothing. |