Spread Windows Forms 12.0 Product Documentation
WeekFlags Property (DayOfWeekHolidayPolicy)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHolidayPolicy Structure : WeekFlags Property
Gets or sets a WeekFlags enumeration that contains the weekday's weekly holiday information.
Syntax
'Declaration
 
Public Property WeekFlags As WeekFlags
'Usage
 
Dim instance As DayOfWeekHolidayPolicy
Dim value As WeekFlags
 
instance.WeekFlags = value
 
value = instance.WeekFlags
public WeekFlags WeekFlags {get; set;}

Property Value

A WeekFlags enumeration that contains the weekday's weekly holiday information.
See Also

Reference

DayOfWeekHolidayPolicy Structure
DayOfWeekHolidayPolicy Members