'宣言
Public Function New( _ ByVal year As Integer, _ ByVal month As Months, _ ByVal weekInMonth As Weeks, _ ByVal dayOfWeek As DayOfWeeks _ )
public ForceDayOfWeekHoliday( int year, Months month, Weeks weekInMonth, DayOfWeeks dayOfWeek )
パラメータ
- year
- ForceDayOfWeekHoliday の年を示す System.Int32 値。
- month
- 月を示す Months 列挙値。
- weekInMonth
- 月の第 X 曜日を示す Weeks 列挙値。
- dayOfWeek
- 曜日を示す DayOfWeeks 列挙値。