GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Monday Property


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

Property Value

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