Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayBase Class / IsYearly Property


In This Topic
IsYearly Property (HolidayBase)
In This Topic
Determines whether the holiday implementation is yearly.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property IsYearly As Boolean
 
'Usage
 
Dim instance As HolidayBase
Dim value As Boolean
 
value = instance.IsYearly

Property Value

true if a yearly holiday; otherwise, false.
See Also