LOTUSSCRIPT LANGUAGE


Second function
Example

Returns the second of the minute (an integer from 0 to 59) for a date/time argument.

Syntax

Second ( dateExpr )

Elements

dateExpr

Return value

Second returns an integer between 0 and 59.

The data type of Second's return value is a Variant of DataType 2 (Integer).

Second(NULL) returns NULL.

Language cross-reference

@Second function in formula language

Example
See Also