LOTUSSCRIPT LANGUAGE
Returns the second of the minute (an integer from 0 to 59) for a date/time argument.
Syntax
Second ( dateExpr )
Elements
dateExpr
For SmartSuite, LotusScript interprets the years differently. For more information, see the Year 2000 item on the Help menu of each SmartSuite product.
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