Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / Holiday Constructor / Holiday Constructor(String,Int32,Int32)
A name that represents the holiday.
An integer value that represents the holiday month.
An integer value that represents the holiday day.


In This Topic
    Holiday Constructor(String,Int32,Int32)
    In This Topic
    Initializes a new instance of the Holiday class with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal month As Integer, _
       ByVal day As Integer _
    )
    'Usage
     
    
    Dim name As String
    Dim month As Integer
    Dim day As Integer
     
    Dim instance As New Holiday(name, month, day)
    public Holiday( 
       string name,
       int month,
       int day
    )

    Parameters

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