---
title: CNContactDisplayNameOrder
framework: contacts
role: symbol
role_heading: Enumeration
path: contacts/cncontactdisplaynameorder
---

# CNContactDisplayNameOrder

The formatting orders for contact names component.

## Declaration

```swift
enum CNContactDisplayNameOrder
```

## Topics

### Constants

- [CNContactDisplayNameOrder.userDefault](contacts/cncontactdisplaynameorder/userdefault.md)
- [CNContactDisplayNameOrder.givenNameFirst](contacts/cncontactdisplaynameorder/givennamefirst.md)
- [CNContactDisplayNameOrder.familyNameFirst](contacts/cncontactdisplaynameorder/familynamefirst.md)

### Initializers

- [init(rawValue:)](contacts/cncontactdisplaynameorder/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting format information

- [delimiter(for:)](contacts/cncontactformatter/delimiter(for:).md)
- [nameOrder(for:)](contacts/cncontactformatter/nameorder(for:).md)
