---
title: parseStrategy
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/date/iso8601formatstyle/parsestrategy
---

# parseStrategy

The strategy used to parse a string into a date.

## Declaration

```swift
var parseStrategy: Date.ISO8601FormatStyle { get }
```

## See Also

### Parsing an ISO 8601 Format Style

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