Equinox Online Help - Language Reference - A to Z
Second |
|
|---|---|
| Applies to | ![]() |
| Syntax | Second(TimeExpression) |
| Action | [Function] Returns the seconds value from a time. |
| Scope | Usable anywhere. |
| Notes | The function extracts the seconds value from TimeExpression and returns it as a number. |
| Category | Time 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) |
