GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / IsYearly Property


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

Property Value

true if a yearly holiday; otherwise, false.
Remarks
Since holidays for this implementation appear yearly, a true value is always returned.
See Also