setEnableTimezoneChange()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setEnableTimezoneChange
IOrganizationSettingsService.setEnableTimezoneChange() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets whether end users may change the timezone in Analytical Designer and, by default, on dashboards.
Signature:
setEnableTimezoneChange(enabled: boolean): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
enabled |
boolean |
whether end users may change the timezone |
Returns:
Promise<void>
promise