GrapeCity SPREAD for WPF 2.0J
Holiday コンストラクタ(String,Int32,Int32,Int32,Int32)

休日の名前を示す System.String 値。
休業期間の開始月を表す System.Int32 値。
休業期間の開始日を表す System.Int32 値。
休業期間の終了月を表す System.Int32 値。
休業期間の終了日を表す System.Int32 値。
指定した休業期間を使用して、Holiday クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
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 メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.