IFiscalYear
Home > @gooddata/sdk-model > IFiscalYear
IFiscalYear interface
Fiscal year calendar configuration
Signature:
export interface IFiscalYear
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
Month offset from January (0 = January, 1 = February, ..., -1 = December of previous year, etc.) | ||
|
string |
(Optional) Prefix for fiscal month/period labels (e.g. "P") | ||
|
string |
(Optional) Prefix for fiscal quarter labels (e.g. "Q") | ||
|
string |
(Optional) Prefix for fiscal year labels (e.g. "FY") |