Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHolidayPolicy Structure / WeekFlags Property


In This Topic
    WeekFlags Property (DayOfWeekHolidayPolicy)
    In This Topic
    Gets or sets a WeekFlags enumeration that contains the weekday's weekly holiday information.
    Syntax
    'Declaration
     
    
    Public Property WeekFlags As WeekFlags
    'Usage
     
    
    Dim instance As DayOfWeekHolidayPolicy
    Dim value As WeekFlags
     
    instance.WeekFlags = value
     
    value = instance.WeekFlags
    public WeekFlags WeekFlags {get; set;}

    Property Value

    A WeekFlags enumeration that contains the weekday's weekly holiday information.
    See Also