'宣言
Public Function New( _ ByVal name As String, _ ByVal month As Months, _ ByVal weekInMonth As Weeks, _ ByVal dayOfWeek As DayOfWeeks _ )
public DayOfWeekHoliday( string name, Months month, Weeks weekInMonth, DayOfWeeks dayOfWeek )
パラメータ
- name
- DayOfWeekHoliday の名前を示す System.String 値。
- month
- 月を示す Months 列挙値。
- weekInMonth
- 月の第 X 曜日を示す Weeks 列挙値。
- dayOfWeek
- 曜日を示す DayOfWeeks 列挙値。