[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayBase.IsYearly

IsYearly Property

IsYearly

Determines whether the holiday implementation is yearly.

Declaration
public abstract bool IsYearly { get; }
Public MustOverride ReadOnly Property IsYearly As Boolean
Property Value
Type Description
bool

true if a yearly holiday; otherwise, false.

Implements