Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Holiday Class / EndMonth Property


In This Topic
    EndMonth Property
    In This Topic
    Gets or sets the ending month of the holiday.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property EndMonth As Integer
    'Usage
     
    Dim instance As Holiday
    Dim value As Integer
     
    instance.EndMonth = value
     
    value = instance.EndMonth
    [DefaultValue(1)]
    public int EndMonth {get; set;}

    Property Value

    An integer value that represents the holiday ending month which ranges 1 through 12.
    Exceptions
    ExceptionDescription
    Set value less than 1 or greater than 12.
    See Also