---
title: Date.VerbatimFormatStyle
framework: foundation
role: symbol
role_heading: Structure
path: foundation/date/verbatimformatstyle
---

# Date.VerbatimFormatStyle

A style that formats a date with an explicitly-specified style.

## Declaration

```swift
struct VerbatimFormatStyle
```

## Topics

### Structures

- [Date.VerbatimFormatStyle.Attributed](foundation/date/verbatimformatstyle/attributed-swift.struct.md)

### Initializers

- [init(format:locale:timeZone:calendar:)](foundation/date/verbatimformatstyle/init(format:locale:timezone:calendar:).md)

### Instance Properties

- [attributed](foundation/date/verbatimformatstyle/attributed-swift.property.md)
- [attributedStyle](foundation/date/verbatimformatstyle/attributedstyle.md)
- [calendar](foundation/date/verbatimformatstyle/calendar.md)
- [locale](foundation/date/verbatimformatstyle/locale.md)
- [timeZone](foundation/date/verbatimformatstyle/timezone.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomConsumingRegexComponent](swift/customconsumingregexcomponent.md)
- [Decodable](swift/decodable.md)
- [DiscreteFormatStyle](foundation/discreteformatstyle.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [FormatStyle](foundation/formatstyle.md)
- [Hashable](swift/hashable.md)
- [ParseableFormatStyle](foundation/parseableformatstyle.md)
- [RegexComponent](swift/regexcomponent.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Applying date and time styles

- [dateTime](foundation/formatstyle/datetime.md)
- [Date.FormatStyle](foundation/date/formatstyle.md)
- [Date.ISO8601FormatStyle](foundation/date/iso8601formatstyle.md)
- [verbatim(_:locale:timeZone:calendar:)](foundation/formatstyle/verbatim(_:locale:timezone:calendar:).md)
- [interval](foundation/formatstyle/interval.md)
- [Date.IntervalFormatStyle](foundation/date/intervalformatstyle.md)
- [relative(presentation:unitsStyle:)](foundation/formatstyle/relative(presentation:unitsstyle:).md)
- [Date.RelativeFormatStyle](foundation/date/relativeformatstyle.md)
- [components(style:fields:)](foundation/formatstyle/components(style:fields:).md)
- [Date.ComponentsFormatStyle](foundation/date/componentsformatstyle.md)
