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
Notes
•If no seconds value is specified, 0 is returned.
Examples
Seconds ( "12:15:23" ) returns 23.
Related topics