[]
Gets or sets the month that is considered the beginning of the fiscal year. This is a dependency property.
public Month FirstFiscalMonth { get; set; }
Public Property FirstFiscalMonth As Month
Type | Description |
---|---|
Month | A GrapeCity.Windows.InputMan.Month value that represents the beginning of the fiscal year. The default value is GrapeCity.Windows.InputMan.Month.Default. |
Type | Condition |
---|---|
ArgumentException | Occurs when value set to the FirstFiscalMonth property is undefined in the Month enumeration. |