Spread Windows Forms 12.0 Product Documentation
IsYearly Property (ForceWorkday)


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

Property Value

true if a yearly workday; otherwise, false.
Remarks
Since forced workdays for this implementation will NOT appear yearly, a false value is always returned.
See Also

Reference

ForceWorkday Class
ForceWorkday Members