Holiday コンストラクター (Int32, Int32)
|
指定した設定を使用して、
Holiday クラスの新しいインスタンスを初期化します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public Holiday(
int month,
int day
)
Public Sub New (
month As Integer,
day As Integer
)
パラメーター
- month
- 型: SystemInt32
休日の月を表す Int32 値。
- day
- 型: SystemInt32
休日の日を表す Int32 値。
例外 関連項目