[]
Gets or sets the ending day of the holiday.
public int EndDay { get; set; }
Public Property EndDay As Integer
Type | Description |
---|---|
int | An integer value that represents the holiday ending day which ranges 1 through the number of days in a month. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Set value less than 1 or greater than the last day of the EndMonth in the leap year. |