[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayBase

HolidayBase Class

Represents a base class implementation of the holiday interface.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public abstract class HolidayBase : INotifyPropertyChanged, IHoliday, ICloneable
Public MustInherit Class HolidayBase
    Implements INotifyPropertyChanged, IHoliday, ICloneable

Constructors

Name Description
HolidayBase()

Properties

Name Description
IsYearly

Determines whether the holiday implementation is yearly.

Name

Gets or sets the name of the holiday.

Methods

Name Description
Clone()

Creates a shallow copy of the holiday object.

IsHoliday(DateTime)

Determines whether the specified date is a holiday.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

TypeOfDay(DateTime)

Returns the type of day for the specified date.

Events

Name Description
PropertyChanged

Occurs when any property is changed.