GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > ForceDayOfWeekWorkday クラス > ForceDayOfWeekWorkday コンストラクタ : ForceDayOfWeekWorkday コンストラクタ(String,Int32,Months,Weeks,DayOfWeeks) |
Public Function New( _ ByVal name As String, _ ByVal year As Integer, _ ByVal month As Months, _ ByVal weekInMonth As Weeks, _ ByVal dayOfWeek As DayOfWeeks _ )
public ForceDayOfWeekWorkday( string name, int year, Months month, Weeks weekInMonth, DayOfWeeks dayOfWeek )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 年が DateTime.MinValue の年(1)未満か、DateTime.MaxValue の年(9999)を超えています。 |
System.ComponentModel.InvalidEnumArgumentException | month が Months で定義されていません。 weekInMonth が Weeks で定義されていません。 dayOfWeek が DayOfWeeks で定義されていません。 |