---
title: exemplarLocation
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/timezone/exemplarlocation
---

# exemplarLocation

The exemplar city for a timezone.

## Declaration

```swift
static var exemplarLocation: Date.FormatStyle.Symbol.TimeZone { get }
```

## Discussion

Discussion If the exemplar city is unavailable, the system provides the localized exemplar city name for the special zone or unknown. For example, Los Angeles.

## See Also

### Modifying a Time Zone

- [specificName(_:)](foundation/date/formatstyle/symbol/timezone/specificname(_:).md)
- [genericName(_:)](foundation/date/formatstyle/symbol/timezone/genericname(_:).md)
- [iso8601(_:)](foundation/date/formatstyle/symbol/timezone/iso8601(_:).md)
- [localizedGMT(_:)](foundation/date/formatstyle/symbol/timezone/localizedgmt(_:).md)
- [identifier(_:)](foundation/date/formatstyle/symbol/timezone/identifier(_:).md)
- [genericLocation](foundation/date/formatstyle/symbol/timezone/genericlocation.md)
