FORMULA LANGUAGE


@TimeMerge
Example

Builds a time-date value from separate date, time, and time zone values.

Note This @function is new with Release 6.

Syntax

@TimeMerge( date; time ; timeZone )

Parameters

date


time
timeZone
Return value

Time-date


Usage

If the first or second parameter is a list, the function operates pair-wise on the list elements, and the return value is a list with the same number of elements as the larger list.

Example
See Also