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


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

    Property Value

    An integer value that represents the holiday ending day which ranges 1 through the number of days in a month.
    Exceptions
    ExceptionDescription
    Set value less than 1 or greater than the last day of the EndMonth in the leap year.
    See Also