[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.IHoliday

IHoliday Interface

Defines methods to retrieve holidays from the implementing references or value types.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public interface IHoliday
Public Interface IHoliday

Properties

Name Description
HolidayName

Gets or sets the name of the holiday.

IsYearly

Gets a value indicating whether the holiday implementation is yearly.

Methods

Name Description
IsDefined(DateTime)

Gets a value indicating whether the specified date is defined a holiday.

TypeOfDay(DateTime)

Returns the type of day for the specified date.