<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXEndCallAction/fulfill(withDateEnded:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXEndCallAction(im)fulfillWithDateEnded:"
  },
  "title" : "fulfill(withDateEnded:)"
}
-->

# fulfill(withDateEnded:)

Reports the successful execution of the action at the specified time.

```
func fulfill(withDateEnded dateEnded: Date)
```

## Parameters

`dateEnded`

The time that the call was ended. A call is considered ended when the user disconnects or all other callers disconnect.

## Discussion

Use this method instead of [`fulfill()`](/documentation/CallKit/CXAction/fulfill()) to note a time other than the current time that the call ended.

---

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)