Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceDayOfWeekHoliday Class
Members


In This Topic
    ForceDayOfWeekHoliday Class
    In This Topic
    Represents the forced holidays of a specific year, which are set by the day of week rules.
    Syntax
    'Declaration
     
    
    Public Class ForceDayOfWeekHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    
    Dim instance As ForceDayOfWeekHoliday
    public class ForceDayOfWeekHoliday : HolidayBase, IHoliday  
    Inheritance Hierarchy

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

    See Also