Spread Windows Forms 12.0 Product Documentation
DayType Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : DayType Enumeration
Defines the type of days (workday, holiday, etc.)
Syntax
'Declaration
 
Public Enum DayType 
   Inherits System.Enum
'Usage
 
Dim instance As DayType
public enum DayType : System.Enum 
Members
MemberDescription
DayOfWeekHolidayIndicates the weekday is a holiday.
ForcedHolidayIndicates a holiday that appears for a specific date.
ForcedWorkdayIndicates a normal day which originally was a holiday.
HolidayIndicates a holiday that appears yearly.
NormalIndicates a normal non-holiday day.
OverriddenHolidayIndicates a holiday that appears when a holiday lands on a weekend and automatically moves onto the next day.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace