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


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