[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ForceHoliday.IsDefined

IsDefined Method

IsDefined(DateTime)

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

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

Overrides