Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceWorkday Class
Members


In This Topic
    ForceWorkday Class
    In This Topic
    An implementation of the forced workdays which will be based on the exact specified dates and not yearly.
    Object Model
    ForceWorkday Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class ForceWorkday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As ForceWorkday
    [Serializable()]
    public class ForceWorkday : HolidayBase, IHoliday  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayBase
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.ForceWorkday

    See Also