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


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

Property Value

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