---
title: pmSymbol
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/calendar/pmsymbol
---

# pmSymbol

The symbol used to represent “PM”, localized to the Calendar’s locale.

## Declaration

```swift
var pmSymbol: String { get }
```

## Discussion

Discussion For example, for English in the Gregorian calendar, returns "PM". note: By default, Calendars have no locale set. If you wish to receive a localized answer, be sure to set the locale property first - most likely to Locale.autoupdatingCurrent.

## See Also

### Getting AM and PM symbols

- [amSymbol](foundation/calendar/amsymbol.md)
