Spread Windows Forms 12.0 Product Documentation
IsYearly Property (Holiday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Holiday Class : IsYearly Property
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
public override bool IsYearly {get;}

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

Reference

Holiday Class
Holiday Members