Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Wednesday Property


In This Topic
Wednesday Property (Weekdays)
In This Topic
Gets or sets the DayOfWeekHolidayPolicy for Wednesday.
Syntax
'Declaration
 
Public Property Wednesday As DayOfWeekHolidayPolicy
 
'Usage
 
Dim instance As Weekdays
Dim value As DayOfWeekHolidayPolicy
 
instance.Wednesday = value
 
value = instance.Wednesday

Property Value

A DayOfWeekHolidayPolicy object that indicates the holiday rules for the day of the week.
See Also