[]
Returns true if specified time interval is a working time.
public bool IsWorkingInterval(DateTime start, DateTime end)
Type | Name | Description |
---|---|---|
DateTime | start | The DateTime value specifying the interval start time. |
DateTime | end | The DateTime value specifying the interval end time. |
Type | Description |
---|---|
bool | True if specified date is not weekend or holiday; false - otherwise. |
It doesn't check for working days.