[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.IHoliday

IHoliday Interface

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

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public interface IHoliday
Public Interface IHoliday

Properties

Name Description
IsYearly

Determines whether the holiday implementation is yearly.

Name

Gets or sets the name of the holiday.

Methods

Name Description
IsHoliday(DateTime)

Determines whether the specified date is a holiday.

TypeOfDay(DateTime)

Returns the type of day for the specified date.