Newer Version Available

This content describes an older version of this product. View Latest

getSecondsInDuration()

Returns the number of seconds in a duration.

Signature

getSecondsInDuration(Duration duration)

Parameters

duration
Type: Duration
The duration object returned by $A.localizationService.duration.

Returns

Type: number
The number of seconds in the duration.

Sample Code