Spread Windows Forms 12.0 Product Documentation
IsYearly Property (ForceDayOfWeekWorkday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ForceDayOfWeekWorkday Class : IsYearly Property
Determines whether the weekday holiday implementation is yearly.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsYearly As Boolean
'Usage
 
Dim instance As ForceDayOfWeekWorkday
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 forced weekday holiday for this implementation does not appear yearly, a false value is always returned.
See Also

Reference

ForceDayOfWeekWorkday Class
ForceDayOfWeekWorkday Members