Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / EndMonth Property


In This Topic
    EndMonth Property
    In This Topic
    Gets or sets the ending month of the holiday.
    Syntax
    'Declaration
     
    
    Public Property EndMonth As Integer
    'Usage
     
    
    Dim instance As Holiday
    Dim value As Integer
     
    instance.EndMonth = value
     
    value = instance.EndMonth
    public int EndMonth {get; set;}

    Property Value

    An integer value that represents the holiday ending month which ranges from 1 through 12.
    See Also