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