Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceWorkday Class / IsYearly Property


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

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