Spread Windows Forms 10.0 Product Documentation
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.