バージョン

IsInWorkingHours(DateTime,TimeSpan,TimeSpan,Owner) メソッド

指定した日時が稼動時間内にあるかどうかを示すブール値を返します。
シンタックス
'宣言
 
Public Overloads Function IsInWorkingHours( _
   ByVal date As Date, _
   ByVal startTime As TimeSpan, _
   ByVal endTime As TimeSpan, _
   ByVal owner As Owner _
) As Boolean
public bool IsInWorkingHours( 
   DateTime date,
   TimeSpan startTime,
   TimeSpan endTime,
   Owner owner
)

パラメータ

date
テストする日付。
startTime
テストする範囲の開始時刻。
endTime
テストする範囲の終了時刻。
owner
テストされる Owner
参照