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


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

    Property Value

    true if a yearly weekday holiday; otherwise, false.
    The default is false.
    Remarks
    Since a forced weekday holiday for this implementation does not appear yearly, a false value is always returned.
    See Also