Returns the seconds from the specified time.
second( time )
time: (Time) The time from which the seconds are extracted.
Integer
second(time(14,20,23)) returns 23
second(time(14,20,23))
23
On This Page