FORMULA LANGUAGE
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
time
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.
If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements. A failure occurs if any element cannot be converted.
Language cross-reference
DateValue function of LotusScript language
TimeValue function of LotusScript language
CDat function of LotusScript language
Example See Also