[]
Determines whether the specified date is a forced day of week workday.
public override bool IsHoliday(DateTime date)
Public Overrides Function IsHoliday([date] As Date) As Boolean
Type | Name | Description |
---|---|---|
DateTime | date | A DateTime value that indicates the date. |
Type | Description |
---|---|
bool | true if the date is a forced day of the week workday; otherwise, false. |