FirstFiscalMonth Property
In This Topic
Gets or sets the month that is considered the beginning of the fiscal year. This is a dependency property.
Syntax
'Declaration
Public Property FirstFiscalMonth As Month
'Usage
Dim instance As GcDropDownCalendar
Dim value As Month
instance.FirstFiscalMonth = value
value = instance.FirstFiscalMonth
public Month FirstFiscalMonth {get; set;}
Property Value
A
GrapeCity.Windows.InputMan.Month value that represents the beginning of the fiscal year. The default value is
GrapeCity.Windows.InputMan.Month.Default.
Exceptions
See Also