GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHoliday Class / DayOfWeekInMonth Property


In This Topic
DayOfWeekInMonth Property (DayOfWeekHoliday)
In This Topic
Gets or sets the weekday order.
Syntax
'Declaration
 
Public Property DayOfWeekInMonth As DayOfWeekInMonthFlags
 
'Usage
 
Dim instance As DayOfWeekHoliday
Dim value As DayOfWeekInMonthFlags
 
instance.DayOfWeekInMonth = value
 
value = instance.DayOfWeekInMonth

Property Value

A DayOfWeekInMonthFlags enumeration value that represents the weekday order.
The default is DayOfWeekInMonthFlags.NotSet.
See Also