setCalendar()
Home > @gooddata/sdk-backend-spi > IWorkspaceSettingsService > setCalendar
IWorkspaceSettingsService.setCalendar() method
Sets fiscal calendar for current workspace.
Signature:
setCalendar(monthOffset: number): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
monthOffset |
number |
number of months the fiscal year is offset from the calendar year. Can be positive or negative. |
Returns:
Promise<void>
promise