<!--
{
  "documentType" : "article",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Date/Strideable-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Strideable Implementations"
}
-->

# Strideable Implementations

## Topics

### Instance Methods

[`func advanced(by: TimeInterval) -> Date`](/documentation/Foundation/Date/advanced(by:))

Returns a date offset the specified time interval from this date.

[`func distance(to: Date) -> TimeInterval`](/documentation/Foundation/Date/distance(to:))

Returns the distance from this date to another date, specified as a time interval.

### Type Aliases

[`typealias Stride`](/documentation/Foundation/Date/Stride)

A type alias to define the stride of a date.

---

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)