MESCIUS InputMan for WPF 3.0J
Holiday コンストラクタ(String,Int32,Int32,Int32,Int32)

休業期間の名前を示す System.String 値。
休業期間の開始月を表す System.Int32 値。
休業期間の開始日を表す System.Int32 値。
休業期間の終了月を表す System.Int32 値。
休業期間の終了日を表す System.Int32 値。
指定した休日の日付を使用して、Holiday クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal name As String, _
   ByVal startMonth As Integer, _
   ByVal startDay As Integer, _
   ByVal endMonth As Integer, _
   ByVal endDay As Integer _
)

パラメータ

name
休業期間の名前を示す System.String 値。
startMonth
休業期間の開始月を表す System.Int32 値。
startDay
休業期間の開始日を表す System.Int32 値。
endMonth
休業期間の終了月を表す System.Int32 値。
endDay
休業期間の終了日を表す System.Int32 値。
例外
例外解説
System.ArgumentOutOfRangeExceptionstartMonth または endMonth の値が 1 未満か、12 を超えています。startDay の値が 1 未満か、うるう年での startMonth の最後の日を超えています。 endDay の値が 1 未満か、うるう年での endMonth の最後の日を超えています。
参照

参照

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

 

 


© MESCIUS inc. All rights reserved.