Gets or sets the ending month of the holiday.
public int EndMonth {get; set;}
'Declaration
Public Property EndMonth As Integer
'Usage
Dim instance As Holiday
Dim value As Integer
instance.EndMonth = value
value = instance.EndMonth
Property Value
An integer value that represents the holiday ending month which ranges from 1 through 12.