Contents

+(_:_:)

Returns a date with a specified amount of time added to it.

Declaration

static func + (lhs: Date, rhs: TimeInterval) -> Date

Parameters

Return Value

A date with a specified amount of time added to it.

See Also

Adding or Subtracting a Time Interval