[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ForceHoliday.IsHoliday

IsHoliday Method

IsHoliday(DateTime)

Determines whether the specified date is a holiday.

Declaration
public override bool IsHoliday(DateTime date)
Public Overrides Function IsHoliday([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 date is a holiday; otherwise, false.

Overrides