Spread Windows Forms 12.0 Product Documentation
Month Property (ForceDayOfWeekWorkday)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ForceDayOfWeekWorkday Class : Month Property
Gets or sets the month of the forced workday in weekdays.
Syntax
'Declaration
 
Public Property Month As MonthFlags
'Usage
 
Dim instance As ForceDayOfWeekWorkday
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

ForceDayOfWeekWorkday Class
ForceDayOfWeekWorkday Members