---
title: genericLocation
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/date/formatstyle/symbol/timezone/genericlocation
---

# genericLocation

The generic location representation of a timezone.

## Declaration

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

## Discussion

Discussion If the generic location is unavailable, the system provides the value of localizedGMT(_:) with a long width. For example, Los Angeles Time.

## 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)
- [exemplarLocation](foundation/date/formatstyle/symbol/timezone/exemplarlocation.md)
