GrapeCity SPREAD for WPF 2.0J
ForceDayOfWeekHoliday コンストラクタ(Int32,Months,Weeks,DayOfWeeks)

ForceDayOfWeekHoliday の年を示す System.Int32 値。
月を示す Months 列挙値。
月の第 X 曜日を示す Weeks 列挙値。
曜日を示す DayOfWeeks 列挙値。
指定した曜日規則を使用して、ForceDayOfWeekHoliday クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
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 列挙値。
例外
例外説明
System.ArgumentOutOfRangeExceptionyearDateTime.MinValue の年(1)未満であるか、DateTime.MaxValue の年(9999)を超えています。
System.ComponentModel.InvalidEnumArgumentExceptionmonthMonths で定義されていません。weekInMonthWeeks で定義されていません。dayOfWeekDayOfWeeks で定義されていません。
参照

ForceDayOfWeekHoliday クラス
ForceDayOfWeekHoliday メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.