You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

This function returns the time zone specified in the time zone parameter.

Syntax
timeZone(text) #Output: TimeZone
Examples
Parser expressionDescription
timeZone("DST")

This example returns the DST time zone.

Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

The time zone used for the calculation. The input value must be a text.

Output

This function returns a TIME ZONE

This function is useful to obtain a time zone from a text, for example if the user time zone is stored as the value in the project properties.

Project properties can be retrieved using...