Equinox Online Help - Language Reference - A to Z

Home

Second

Applies to
SyntaxSecond(TimeExpression)
Action[Function] Returns the seconds value from a time.
ScopeUsable anywhere.
Notes

The function extracts the seconds value from TimeExpression and returns it as a number.

CategoryTime handling
See Also Hms, Hmsadd, Hour, Minute, Now, Second, Timer
Example

This example returns the number of seconds held in the field FinishTime and stores it in the variable nsecs.

nsecs = Second(FinishTime)