Returns true if specified time interval is a working time.
'宣言
Public Function IsWorkingInterval( _
ByVal As System.Date, _
ByVal As System.Date _
) As System.Boolean
public System.bool IsWorkingInterval(
System.DateTime ,
System.DateTime
)
パラメータ
- 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.