Spread Windows Forms 12.0 Product Documentation
Month Property (DayOfWeekHoliday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHoliday Class : Month Property
Gets or sets the month of the holiday.
Syntax
'Declaration
 
Public Property Month As MonthFlags
'Usage
 
Dim instance As DayOfWeekHoliday
Dim value As MonthFlags
 
instance.Month = value
 
value = instance.Month
public MonthFlags Month {get; set;}

Property Value

A MonthFlags enumeration value that indicates the month.
The default is MonthFlags.NotSet.
See Also

Reference

DayOfWeekHoliday Class
DayOfWeekHoliday Members