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


In This Topic
IsYearly Property (DayOfWeekHoliday)
In This Topic
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

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