[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHolidayPolicy.IsHoliday

IsHoliday Method

IsHoliday(DateTime)

Determines whether the specified date is a weekday or a holiday.

Declaration
public bool IsHoliday(DateTime date)
Public Function IsHoliday([date] As Date) As Boolean
Parameters
Type Name Description
DateTime date

The DateTime value that indicates the date.

Returns
Type Description
bool

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