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


In This Topic
    WeeklyHoliday Class
    In This Topic
    Represents a WeeklyHoliday carrying the holiday override policy on the specific day of week.
    Object Model
    WeeklyHoliday Class
    Syntax
    'Declaration
     
    Public Class WeeklyHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As WeeklyHoliday
    public class WeeklyHoliday : HolidayBase, IHoliday  
    Remarks
    The WeeklyHoliday is defined by specifying the DayOfWeek and the WeekInMonth, and it indicates the holiday override behavior when a holiday meets a weekly holiday according to the HolidayOverridePolicy.
    Inheritance Hierarchy

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

    See Also