Skip to main content

Date

The ContactDate model represents important dates associated with a contact in the ContactsManager SDK.

Properties

  • id: String - Unique identifier for the date entry
  • contactId: String - Identifier of the parent contact
  • label: String - Description or category of the date (e.g. anniversary, graduation, birthday)
  • date: Date - The actual date value
  • isPrimary: Bool - Indicates if this is the primary date of its type for the contact
  • contact: Contact? - Reference to the parent contact that owns this date

Usage Example