Categories &

Functions List

Function Reference: seconds

datatypes: D = seconds (X)

Fixed-time duration in seconds.

D = seconds (X) returns a duration array representing fixed-time duration seconds equivalent to the values in X, which must be a numeric array.

seconds is also available as a method for duration arrays, in which case it performs the opposite conversion.

See also: duration, years, days, hours, minutes, milliseconds, duration.seconds

Source Code: seconds