| Visual Basic (Declaration) | |
|---|---|
Public Enum DayType Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As DayType  | |
| C# | |
|---|---|
public enum DayType : System.Enum  | |
| Member | Description | 
|---|---|
| DayOfWeekHoliday | Indicates the weekday is a holiday. | 
| ForcedHoliday | Indicates a holiday that appears for a specific date. | 
| ForcedWorkday | Indicates a normal day which originally was a holiday. | 
| Holiday | Indicates a holiday that appears yearly. | 
| Normal | Indicates a normal non-holiday day. | 
| OverriddenHoliday | Indicates a holiday that appears when a holiday lands on a weekend and automatically moves onto the next day. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.DayType
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8