Obtains the number of seconds in the seconds portion of a time value.
Second ( time )
Argument |
Description |
---|---|
time |
The time value from which you want the seconds |
Integer. Returns the seconds portion of time (00 to 59).
This expression returns 31:
Second(19:01:31)