Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekFlags Enumeration


In This Topic
    DayOfWeekFlags Enumeration
    In This Topic
    Represents the flags of the day of the week.
    Syntax
    'Declaration
     
    
    Public Enum DayOfWeekFlags 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DayOfWeekFlags
    public enum DayOfWeekFlags : System.Enum 
    Members
    MemberDescription
    AllIndicates all days of the week.
    FridayIndicates Friday.
    MondayIndicates Monday.
    NotSetThe day of the week is not set.
    SaturdayIndicates Saturday.
    SundayIndicates Sunday.
    ThursdayIndicates Thursday.
    TuesdayIndicates Tuesday.
    WednesdayIndicates Wednesday.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekFlags

    See Also