Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceHoliday Class / IsYearly Property


In This Topic
    IsYearly Property (ForceHoliday)
    In This Topic
    Determines whether the holiday implementation is yearly.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property IsYearly As Boolean
    'Usage
     
    
    Dim instance As ForceHoliday
    Dim value As Boolean
     
    value = instance.IsYearly
    public override bool IsYearly {get;}

    Property Value

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