getTimeZone()
Obtains the defined time zone of the application that the user is currently logged into.
Returns
The defined time zone as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the defined time zone of the application that the user is currently logged into.
const timeZone = PCore().getEnvironmentInfo().getTimeZone();
Previous topic getTheme() Next topic getUseLocale()