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
TEST
Test Output
second(time(14,20,23)) returns 23
second(time(14,20,23))
23
On This Page