[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHolidayPolicy.-ctor

DayOfWeekHolidayPolicy Constructor

DayOfWeekHolidayPolicy(WeekFlags, HolidayOverride)

Initializes a new instance of the DayOfWeekHolidayPolicy structure with the specified WeekFlags and override settings.

Declaration
public DayOfWeekHolidayPolicy(WeekFlags weekFlags, HolidayOverride overrideHoliday)
Public Sub New(weekFlags As WeekFlags, overrideHoliday As HolidayOverride)
Parameters
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.