[]
Initializes a new instance of the DayOfWeekHoliday class with the specified date.
public DayOfWeekHoliday()
Public Sub New()
Initializes a new instance of the DayOfWeekHoliday class with the specified date.
public DayOfWeekHoliday(MonthFlags month, DayOfWeekInMonthFlags weekdayOrder, DayOfWeekFlags dayOfWeek)
Public Sub New(month As MonthFlags, weekdayOrder As DayOfWeekInMonthFlags, dayOfWeek As DayOfWeekFlags)
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. |
Initializes a new instance of the DayOfWeekHoliday class with the specified date.
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)
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. |