Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors 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
     
    <SerializableAttribute()>
    Public Class DayOfWeekHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As DayOfWeekHoliday
    [Serializable()]
    public class DayOfWeekHoliday : HolidayBase, IHoliday  
    Remarks

    The day of week rules includes the months and the weeks and the days in the week defined the days are holidays of this DayOfWeekHoliday.

    For example, you may defined a DayOfWeekHoliday on the Wednesday of the first week of January by specifying the DayOfWeek to DayOfWeeks.Wednesday, WeekInMonth to Weeks.FirstWeek, Month to Months.January.

    Inheritance Hierarchy

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

    See Also