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