---
title: named
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/relativeformatstyle/presentation-swift.struct/named
---

# named

A style that uses named styles to describe relative dates, such as “yesterday”, “last week”, or “next week”.

## Declaration

```swift
static var named: Date.RelativeFormatStyle.Presentation { get }
```

## Discussion

Discussion The format uses the numeric style if a name isn’t available.

## See Also

### Modifying Relative Date Style Presentations

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