[]
Initializes a new instance of the ForceDayOfWeekHoliday class with the specified date.
public ForceDayOfWeekHoliday()
Public Sub New()
Initializes a new instance of the ForceDayOfWeekHoliday class with the specified date.
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)
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. |
Initializes a new instance of the ForceDayOfWeekHoliday class with the specified date.
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)
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. |