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


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

Property Value

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