[]
        
(Showing Draft Content)

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

ForceDayOfWeekHoliday Constructor

ForceDayOfWeekHoliday()

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

Declaration
public ForceDayOfWeekHoliday()
Public Sub New()

ForceDayOfWeekHoliday(int, MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags)

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

Declaration
public ForceDayOfWeekHoliday(int year, MonthFlags month, DayOfWeekInMonthFlags weekdayOrder, DayOfWeekFlags dayOfWeek)
Public Sub New(year As Integer, month As MonthFlags, weekdayOrder As DayOfWeekInMonthFlags, dayOfWeek As DayOfWeekFlags)
Parameters
Type Name Description
int year

An int value that indicates the year of the forced holiday in weekdays.

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.

ForceDayOfWeekHoliday(string, int, MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags)

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

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

A string value that indicates the name of the forced holiday in weekdays.

int year

An int value that indicates the year of the forced holiday in weekdays.

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.