Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceWorkday Class
Members


In This Topic
    ForceWorkday Class
    In This Topic
    An implementation of the forced workdays which are based on the exact specified dates and are not yearly.
    Syntax
    'Declaration
     
    
    Public Class ForceWorkday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    
    Dim instance As ForceWorkday
    public class ForceWorkday : HolidayBase, IHoliday  
    Inheritance Hierarchy

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

    See Also