second - script and chart function
This function returns an integer representing the second when the fraction of the expression is interpreted as a time according to the standard number interpretation.
Syntax:
second (expression)
Return data type: integer
Examples and results:
Example | Result |
---|---|
second( '09:14:36' ) |
returns 36 |
second( '0.5555' ) |
returns 55 ( Because 0.5555 = 13:19:55 ) |