'Declaration <SerializableAttribute()> Public Class ForceDayOfWeekWorkday Inherits HolidayBase Implements IHoliday
'Usage Dim instance As ForceDayOfWeekWorkday
[Serializable()] public class ForceDayOfWeekWorkday : HolidayBase, IHoliday
'Declaration <SerializableAttribute()> Public Class ForceDayOfWeekWorkday Inherits HolidayBase Implements IHoliday
'Usage Dim instance As ForceDayOfWeekWorkday
[Serializable()] public class ForceDayOfWeekWorkday : 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 ForceDayOfWeekWorkday. The Force means in a specific year specified by the Year property.
For example, you may defined a ForceDayOfWeekWorkday on the Wednesday of the first week of January, 2009 by specifying the DayOfWeek to DayOfWeeks.Wednesday, WeekInMonth to Weeks.FirstWeek, Month to Months.January and Year to System.Int32.
System.Object
GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayBase
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ForceDayOfWeekWorkday