Returns the seconds from the specified time.
second( time )
time: (Time) The time from which the seconds are extracted.
Integer
You can experiment with this function in the test box below.
Test Input
second(time(14,20,23))
returns 23
On This Page