+(_:_:)
Returns a date with a specified amount of time added to it.
Declaration
static func + (lhs: Date, rhs: TimeInterval) -> DateParameters
- lhs:
A date.
- rhs:
A Timeinterval to add to the date.
Return Value
A date with a specified amount of time added to it.