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