[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayCollection.IsOverridden

IsOverridden Method

IsOverridden(DateTime)

Determines whether the specified date is an overridden holiday.

Declaration
protected virtual bool IsOverridden(DateTime date)
Protected Overridable Function IsOverridden([date] As Date) As Boolean
Parameters
Type Name Description
DateTime date

A DateTime value that indicates the date.

Returns
Type Description
bool

true if the specified date is an overridden holiday; otherwise, false.

Remarks

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.