Scheduler for WinForms
IsWorkingInterval メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > CalendarInfo クラス : IsWorkingInterval メソッド
The System.DateTime value specifying the interval start time.
The System.DateTime value specifying the interval end time.
Returns true if specified time interval is a working time.
シンタックス
'宣言
 
Public Function IsWorkingInterval( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As System.Boolean
public System.bool IsWorkingInterval( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
The System.DateTime value specifying the interval start time.
end
The System.DateTime value specifying the interval end time.

戻り値の型

True if specified date is not weekend or holiday; false - otherwise.
解説
It doesn't check for working days.
参照

CalendarInfo クラス
CalendarInfo メンバ