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

Compare with Current View Page History

« Previous Version 3 Next »

The function returns the TIME ZONE whose name is represented by text timeZone_name.

This function is useful to obtain a TIME ZONE from a text, like the value of a Project Properties.

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

The function returns DST TIME ZONE :

Additional information

Parameters used in this function

ParameterInput (data type)Description
timeZone

TIMEZONE

The time zone used for the calculation. 

Work days might depend on the time zone - it might be Sunday on the west coast of the US while at the same time it's already Monday in Australia. 

Output

The function returns a TIME ZONE