[]
Returns true if specified date is not weekend or holiday.
public bool IsWorkingDay(DateTime day)
Type | Name | Description |
---|---|---|
DateTime | day | The DateTime value to check. |
Type | Description |
---|---|
bool | True if specified date is not weekend or holiday; false - otherwise. |