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

休日の名前を示す System.String 値。
休日の月を表す System.Int32 値。
休日の日を表す System.Int32 値。
指定した設定を使用して、Holiday クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal month As Integer, _
   ByVal day As Integer _
)
public Holiday( 
   string name,
   int month,
   int day
)

パラメータ

name
休日の名前を示す System.String 値。
month
休日の月を表す System.Int32 値。
day
休日の日を表す System.Int32 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionmonth の値が 1 未満か、12 を超えています。day の値が 1 未満か、うるう年での month の最後の日を超えています。
参照

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

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.