[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.IsDefined

IsDefined Method

IsDefined(DateTime)

Determines whether the specified date is a WeeklyHoliday.

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 weekly holiday; otherwise, false.

Overrides