klyn.time.Duration.totalSeconds
property
public readonly property totalSeconds as Double:
Description

Returns the total number of seconds in the duration.

Returns

The total number of seconds.

Example
import klyn.time

duration = Duration(0, 0, 0, 3600)
print(duration.totalSeconds)  # 3600