Seconds
Purpose
Returns a number representing the seconds portion (0-59) of a specified time.
Format
Seconds(time)
Parameters
time - any time value or
field of type time
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Examples
Seconds(“12:15:23”) returns 23.
Note If no seconds value is specified, 0 is returned.
Related topics