[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Holiday.EndDay

EndDay Property

EndDay

Gets or sets the ending day of the holiday.

Declaration
public int EndDay { get; set; }
Public Property EndDay As Integer
Property Value
Type Description
int

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

Exceptions
Type Condition
ArgumentOutOfRangeException

Set value less than 1 or greater than the last day of the EndMonth in the leap year.