+=(_:_:)
Adds a time interval to a date.
Declaration
static func += (lhs: inout Date, rhs: TimeInterval)Parameters
- lhs:
A date.
- rhs:
A Timeinterval to add to the date.
Adds a time interval to a date.
static func += (lhs: inout Date, rhs: TimeInterval)A date.
A Timeinterval to add to the date.