addTimeInterval(_:)
Adds a time interval to this date.
Declaration
mutating func addTimeInterval(_ timeInterval: TimeInterval)Parameters
- timeInterval:
The value to add, in seconds.
Adds a time interval to this date.
mutating func addTimeInterval(_ timeInterval: TimeInterval)The value to add, in seconds.