Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceDayOfWeekHoliday Class / IsYearly Property


In This Topic
    IsYearly Property (ForceDayOfWeekHoliday)
    In This Topic
    Gets a value indicating whether the 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 the IHoliday is yearly; otherwise, false.
    Remarks
    The ForceDayOfWeekHoliday is defined by the specific year, so it's not a yearly holiday, and this property is always false.
    See Also