public readonly property totalSeconds as Double:
Returns the total number of seconds in the duration.
The total number of seconds.
import klyn.time duration = Duration(0, 0, 0, 3600) print(duration.totalSeconds) # 3600