dates
An array containing labeled Gregorian dates.
Declaration
var dates: [CNLabeledValue<NSDateComponents>] { get set }Discussion
This property is an array of CNLabeledValue objects, each of which has an NSString label and 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.