Spread Windows Forms 12.0 Product Documentation
IsYearly Property (DayOfWeekHoliday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHoliday Class : IsYearly Property
Gets whether the weekday holiday implementation is yearly.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsYearly As Boolean
'Usage
 
Dim instance As DayOfWeekHoliday
Dim value As Boolean
 
value = instance.IsYearly
public override bool IsYearly {get;}

Property Value

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

Reference

DayOfWeekHoliday Class
DayOfWeekHoliday Members