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


In This Topic
    ForceDayOfWeekWorkday Class
    In This Topic
    Represents the forced workdays of a specific year, which set by day of week rules.
    Object Model
    ForceDayOfWeekWorkday Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class ForceDayOfWeekWorkday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As ForceDayOfWeekWorkday
    [Serializable()]
    public class ForceDayOfWeekWorkday : 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 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.

    Inheritance Hierarchy

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

    See Also