[]
        
(Showing Draft Content)

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

DayOfWeekHoliday Constructor

DayOfWeekHoliday()

Initializes a new instance of the DayOfWeekHoliday class with the specified date.

Declaration
public DayOfWeekHoliday()
Public Sub New()

DayOfWeekHoliday(MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags)

Initializes a new instance of the DayOfWeekHoliday class with the specified date.

Declaration
public DayOfWeekHoliday(MonthFlags month, DayOfWeekInMonthFlags weekdayOrder, DayOfWeekFlags dayOfWeek)
Public Sub New(month As MonthFlags, weekdayOrder As DayOfWeekInMonthFlags, dayOfWeek As DayOfWeekFlags)
Parameters
Type Name Description
MonthFlags month

A MonthFlags enumeration value that indicates the month.

DayOfWeekInMonthFlags weekdayOrder

A DayOfWeekInMonthFlags enumeration value that indicates the weekday order.

DayOfWeekFlags dayOfWeek

A DayOfWeekFlags enumeration value that indicates the day of the week.

DayOfWeekHoliday(string, MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags)

Initializes a new instance of the DayOfWeekHoliday class with the specified date.

Declaration
public DayOfWeekHoliday(string name, MonthFlags month, DayOfWeekInMonthFlags weekdayOrder, DayOfWeekFlags dayOfWeek)
Public Sub New(name As String, month As MonthFlags, weekdayOrder As DayOfWeekInMonthFlags, dayOfWeek As DayOfWeekFlags)
Parameters
Type Name Description
string name

A string value that indicates the name of the holiday.

MonthFlags month

A MonthFlags enumeration value that indicates the month.

DayOfWeekInMonthFlags weekdayOrder

A DayOfWeekInMonthFlags enumeration value that indicates the weekday order.

DayOfWeekFlags dayOfWeek

A DayOfWeekFlags enumeration value that indicates the day of the week.