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


DayOfWeekFlags Enumeration
Represents the flags of the day of the week.
Syntax
'Declaration
 
Public Enum DayOfWeekFlags 
   Inherits System.Enum
 
'Usage
 
Dim instance As DayOfWeekFlags
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