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