[]
Gets or sets the starting month of the holiday.
public int StartMonth { get; set; }
Public Property StartMonth As Integer
Type | Description |
---|---|
int | An integer value that represents the holiday starting month which ranges 1 through 12. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Set value less than 1 or greater than 12. |