<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 8.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Date/+(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Operator",
  "symbol" : {
    "kind" : "Operator",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation4DateV1poiyA2C_SdtFZ"
  },
  "title" : "+(_:_:)"
}
-->

# +(_:_:)

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

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

## Parameters

`lhs`

A date.

`rhs`

A [`TimeInterval`](/documentation/Foundation/TimeInterval) to add to the date.

## Return Value

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)