---
title: Date.RelativeFormatStyle.Presentation
framework: foundation
role: symbol
role_heading: Structure
path: foundation/date/relativeformatstyle/presentation-swift.struct
---

# Date.RelativeFormatStyle.Presentation

A type that represents the style to use when formatting relative dates, such as “1 week ago” or “last week”.

## Declaration

```swift
struct Presentation
```

## Overview

Overview Cases include named and numeric.

## Topics

### Modifying Relative Date Style Presentations

- [named](foundation/date/relativeformatstyle/presentation-swift.struct/named.md)
- [numeric](foundation/date/relativeformatstyle/presentation-swift.struct/numeric.md)

### Comparing Relative Date Style Presentations

- [==(_:_:)](foundation/date/==(_:_:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Supporting Types

- [Date.RelativeFormatStyle.UnitsStyle](foundation/date/relativeformatstyle/unitsstyle-swift.struct.md)
