Spread Windows Forms 12.0 Product Documentation
DayOfWeekFlags Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : DayOfWeekFlags Enumeration
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace