[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayOfWeekHoliday.IsDefined

IsDefined Method

IsDefined(DateTime)

Gets a value indicating whether the specified date is a DayOfWeekHoliday.

Declaration
public override bool IsDefined(DateTime dateTime)
Public Overrides Function IsDefined(dateTime As Date) As Boolean
Parameters
Type Name Description
DateTime dateTime

A DateTime value indicates the date.

Returns
Type Description
bool

true if the date is a DayOfWeekHoliday; otherwise, false.

Overrides