Spread Windows Forms 12.0 Product Documentation
Holiday Constructor(Int32,Int32)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Holiday Class > Holiday Constructor : Holiday Constructor(Int32,Int32)
An integer value that represents the holiday month.
An integer value that represents the holiday day.
Initializes a new instance of the Holiday class with the specified settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal month As Integer, _
   ByVal day As Integer _
)
'Usage
 
Dim month As Integer
Dim day As Integer
 
Dim instance As New Holiday(month, day)
public Holiday( 
   int month,
   int day
)

Parameters

month
An integer value that represents the holiday month.
day
An integer value that represents the holiday day.
See Also

Reference

Holiday Class
Holiday Members
Overload List