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


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

    Property Value

    An integer value that represents the holiday ending day which ranges from 1 through the number of days in a month.
    See Also