Spread Windows Forms 7.0 Product Documentation
DayOfWeekHoliday Constructor(MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHoliday Class > DayOfWeekHoliday Constructor : DayOfWeekHoliday Constructor(MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)


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.

Glossary Item Box

Initializes a new instance of the DayOfWeekHoliday class with the specified date.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal month As MonthFlags, _
   ByVal weekdayOrder As DayOfWeekInMonthFlags, _
   ByVal dayOfWeek As DayOfWeekFlags _
)
Visual Basic (Usage)Copy Code
Dim month As MonthFlags
Dim weekdayOrder As DayOfWeekInMonthFlags
Dim dayOfWeek As DayOfWeekFlags
 
Dim instance As New DayOfWeekHoliday(month, weekdayOrder, dayOfWeek)
C# 
public DayOfWeekHoliday( 
   MonthFlags month,
   DayOfWeekInMonthFlags weekdayOrder,
   DayOfWeekFlags 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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.