PowerTools InputMan for ASP.NET 8.0J
Holiday コンストラクタ(Int32,Int32,Int32,Int32)

休日の開始月(Int32 型)
休日の開始日(Int32 型)
休日の終了月(Int32 型)
休日の終了日(Int32 型)
指定したデータを含むHolidayクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal startMonth As Integer, _
   ByVal startDay As Integer, _
   ByVal endMonth As Integer, _
   ByVal endDay As Integer _
)
public Holiday( 
   int startMonth,
   int startDay,
   int endMonth,
   int endDay
)

パラメータ

startMonth
休日の開始月(Int32 型)
startDay
休日の開始日(Int32 型)
endMonth
休日の終了月(Int32 型)
endDay
休日の終了日(Int32 型)
参照

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

 

 


© 2005-2015 GrapeCity inc. All rights reserved.