Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHoliday Class / DayOfWeekHoliday Constructor / DayOfWeekHoliday Constructor(MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)
A MonthFlags enumeration value that indicates the month.
A DayOfWeekInMonthFlags enumeration value that indicates the weekday order.
A DayOfWeekFlags enumeration value that indicates the day of the week.


In This Topic
    DayOfWeekHoliday Constructor(MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)
    In This Topic
    Initializes a new instance of the DayOfWeekHoliday class with the specified date.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal month As MonthFlags, _
       ByVal weekdayOrder As DayOfWeekInMonthFlags, _
       ByVal dayOfWeek As DayOfWeekFlags _
    )
    'Usage
     
    
    Dim month As MonthFlags
    Dim weekdayOrder As DayOfWeekInMonthFlags
    Dim dayOfWeek As DayOfWeekFlags
     
    Dim instance As New DayOfWeekHoliday(month, weekdayOrder, dayOfWeek)

    Parameters

    month
    A MonthFlags enumeration value that indicates the month.
    weekdayOrder
    A DayOfWeekInMonthFlags enumeration value that indicates the weekday order.
    dayOfWeek
    A DayOfWeekFlags enumeration value that indicates the day of the week.
    See Also