Seconds Function

Converts an angle into degrees, minutes, and seconds and returns the seconds part. Equivalent to 60*frac(60*frac(abs(angle))).

Syntax

Seconds (angle)

where angle specifies the angle you want to convert.

Example

PRINT "Seconds 44:30:10.5678 = ", SECONDS(44:30:10.5678)

Result: Seconds 44:30:10.5678 = 10.5678