Spread Windows Forms 13.0 Product Documentation
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHoliday Class
Members


In This Topic
    DayOfWeekHoliday Class
    In This Topic
    Represents the yearly holidays set by the day of the week rules.
    Object Model
    DayOfWeekHoliday Class
    Syntax
    'Declaration
     
    Public Class DayOfWeekHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As DayOfWeekHoliday
    public class DayOfWeekHoliday : HolidayBase, IHoliday  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.HolidayBase
          GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHoliday

    See Also