[]
Determines whether the specified date is an overridden holiday.
protected virtual bool IsOverridden(DateTime date)
Protected Overridable Function IsOverridden([date] As Date) As Boolean
Type | Name | Description |
---|---|---|
DateTime | date | A DateTime value that indicates the date. |
Type | Description |
---|---|
bool | true if the specified date is an overridden holiday; otherwise, false. |
An override holiday occurs when the specified holiday lands on a weekday that is also set to a holiday with a flag telling it to override. Refer to the DayOfWeekHolidayPolicy for further details.