バージョン

IsWorkDay(DateTime,Owner) メソッド

指定した日付が稼動日かどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Overloads Function IsWorkDay( _
   ByVal date As Date, _
   ByVal owner As Owner _
) As Boolean
public bool IsWorkDay( 
   DateTime date,
   Owner owner
)

パラメータ

date
テストされる日付。
owner
テストされる Owner
参照