-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-291
SECOND Calc worksheet function
This command returns the seconds component of the supplied date/time serial number
Usage
SECOND(Serial_number)
The time as a serial number (the decimal portion of the number represents time as
Details
Extracts seconds from the serial number created by the NOW function.
Example
=SECOND(34657.904)
Returns
.
Returns 46.0000E+0.
Returns the present second of the present minute.
Also see
DAY (on page 6-278)
HOUR (on page 6-280)
MINUTE (on page 6-287)
MONTH (on page 6-288)
NOW (on page 6-289)
YEAR (on page 6-296)
SIGN Calc worksheet function
This command determines the sign of a specified number.
Usage
SIGN(Value)
Details
SIGN returns 1 if the specified number is positive. It returns −1 if the specified number is negative.
Example
Returns
.
Also see
ABS (on page 6-273)