FORMULA LANGUAGE


@ToTime
Example

Converts a value with a data type of text or time to a date-time value.

Note This @function is new with Release 6.

Syntax

@ToTime(value)

Parameters

value


Return value

time


Usage

This function is useful for ensuring that a value has a time data type before using it in functions that require time values as parameters.

Language cross-reference

DateValue function of LotusScript language

TimeValue function of LotusScript language

CDat function of LotusScript language

Example
See Also