PowerTools SPREAD for Windows Forms 8.0J
ForceWorkday コンストラクタ(String,DateTime,DateTime)


休日の名称を表すString値。
開始日を表すDateTime値。
終了日を表すDateTime値。
指定した日付を使用して、ForceHoliday クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal startDate As Date, _
   ByVal endDate As Date _
)
'使用法
 
Dim name As String
Dim startDate As Date
Dim endDate As Date
 
Dim instance As New ForceWorkday(name, startDate, endDate)
public ForceWorkday( 
   string name,
   DateTime startDate,
   DateTime endDate
)

パラメータ

name
休日の名称を表すString値。
startDate
開始日を表すDateTime値。
endDate
終了日を表すDateTime値。
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.