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


In This Topic
    IsYearly Property (ForceHoliday)
    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 ForceHoliday
    Dim value As Boolean
     
    value = instance.IsYearly
    public override bool IsYearly {get;}

    Property Value

    true if the IHoliday is yearly; otherwise, false.
    Remarks
    The ForceHoliday is defined by the specific year, so it's not a yearly holiday, and this property is always false.
    See Also