'Declaration
Public Property FirstFiscalMonth As Months
'Usage
Dim instance As DropDownCalendar Dim value As Months instance.FirstFiscalMonth = value value = instance.FirstFiscalMonth
public Months FirstFiscalMonth {get; set;}
Property Value
A Months value that indicates the first fiscal month of the year.The default is Months.Default.