Spread Windows Forms 12.0 Product Documentation
DayOfWeekInMonth Property (ForceDayOfWeekWorkday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ForceDayOfWeekWorkday Class : DayOfWeekInMonth Property
Gets or sets the weekday order.
Syntax
'Declaration
 
Public Property DayOfWeekInMonth As DayOfWeekInMonthFlags
'Usage
 
Dim instance As ForceDayOfWeekWorkday
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

ForceDayOfWeekWorkday Class
ForceDayOfWeekWorkday Members