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


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