<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Contacts",
  "identifier" : "/documentation/Contacts/CNMutableContact/dates",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Contacts"
    ],
    "preciseIdentifier" : "c:objc(cs)CNMutableContact(py)dates"
  },
  "title" : "dates"
}
-->

# dates

An array containing labeled Gregorian dates.

```
var dates: [CNLabeledValue<NSDateComponents>] { get set }
```

## Discussion

This property is an array of [`CNLabeledValue`](/documentation/Contacts/CNLabeledValue) objects, each of which has an <doc://com.apple.documentation/documentation/Foundation/NSString> label and <doc://com.apple.documentation/documentation/Foundation/NSDateComponents> value. You can use this property to store Gregorian dates such as anniversaries. Day and month are required and year is optional. Calendar is `nil` or Gregorian. All other date components are invalid.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)