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


In This Topic
    Holiday Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the Holiday class with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startMonth As Integer, _
       ByVal startDay As Integer, _
       ByVal endMonth As Integer, _
       ByVal endDay As Integer _
    )
    'Usage
     
    
    Dim startMonth As Integer
    Dim startDay As Integer
    Dim endMonth As Integer
    Dim endDay As Integer
     
    Dim instance As New Holiday(startMonth, startDay, endMonth, endDay)
    public Holiday( 
       int startMonth,
       int startDay,
       int endMonth,
       int endDay
    )

    Parameters

    startMonth
    An integer value that represents the starting month of the holiday.
    startDay
    An integer value that represents the starting day of the holiday.
    endMonth
    An integer value that represents the ending month of the holiday.
    endDay
    An integer value that represents the ending day of the holiday.
    See Also