Spread Windows Forms 12.0 Product Documentation
ForceDayOfWeekWorkday Constructor(String,Int32,MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ForceDayOfWeekWorkday Class > ForceDayOfWeekWorkday Constructor : ForceDayOfWeekWorkday Constructor(String,Int32,MonthFlags,DayOfWeekInMonthFlags,DayOfWeekFlags)
A System.String value that indicates the name of the forced workday in weekdays.
An System.Int32 value that indicates the year of the forced workday in weekdays.
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.
Initializes a new instance of the ForceDayOfWeekWorkday class with the specified date.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal year As Integer, _
   ByVal month As MonthFlags, _
   ByVal weekdayOrder As DayOfWeekInMonthFlags, _
   ByVal dayOfWeek As DayOfWeekFlags _
)
'Usage
 
Dim name As String
Dim year As Integer
Dim month As MonthFlags
Dim weekdayOrder As DayOfWeekInMonthFlags
Dim dayOfWeek As DayOfWeekFlags
 
Dim instance As New ForceDayOfWeekWorkday(name, year, month, weekdayOrder, dayOfWeek)
public ForceDayOfWeekWorkday( 
   string name,
   int year,
   MonthFlags month,
   DayOfWeekInMonthFlags weekdayOrder,
   DayOfWeekFlags dayOfWeek
)

Parameters

name
A System.String value that indicates the name of the forced workday in weekdays.
year
An System.Int32 value that indicates the year of the forced workday in weekdays.
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

Reference

ForceDayOfWeekWorkday Class
ForceDayOfWeekWorkday Members
Overload List