Spread Windows Forms 12.0 Product Documentation
DayOfWeek Property (DayOfWeekHoliday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHoliday Class : DayOfWeek Property
Gets or sets the day of the week.
Syntax
'Declaration
 
Public Property DayOfWeek As DayOfWeekFlags
'Usage
 
Dim instance As DayOfWeekHoliday
Dim value As DayOfWeekFlags
 
instance.DayOfWeek = value
 
value = instance.DayOfWeek
public DayOfWeekFlags DayOfWeek {get; set;}

Property Value

A DayOfWeekFlags enumeration value that indicates the day of the week.
The default is DayOfWeekFlags.NotSet.
See Also

Reference

DayOfWeekHoliday Class
DayOfWeekHoliday Members