Contents

components

The composite components of the Duration.

Declaration

var components: (seconds: Int64, attoseconds: Int64) { get }

Discussion

This is intended for facilitating conversions to existing time types. The attoseconds value will not exceed 1e18 or be lower than -1e18.