Spread Windows Forms 12.0 Product Documentation
DayOfWeekInMonth Property (DayOfWeekHoliday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHoliday Class : DayOfWeekInMonth Property
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
public DayOfWeekInMonthFlags DayOfWeekInMonth {get; set;}

Property Value

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

Reference

DayOfWeekHoliday Class
DayOfWeekHoliday Members