DurationProtocol
A type that defines a duration for a given InstantProtocol
type.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
protocol DurationProtocol : AdditiveArithmetic, Comparable, Sendable
Supertypes
protocol AdditiveArithmetic
A type with values that support addition and subtraction.
protocol Comparable
A type that can be compared using the relational operators
<
,<=
,>=
, and>
.protocol Equatable
A type that can be compared for value equality.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.