---
title: "fulfill(withDateEnded:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxendcallaction/fulfill(withdateended:)"
---

# fulfill(withDateEnded:)

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

## Declaration

```swift
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

Discussion Use this method instead of fulfill() to note a time other than the current time that the call ended.
