---
title: "fulfill(withDateConnected:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxanswercallaction/fulfill(withdateconnected:)"
---

# fulfill(withDateConnected:)

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

## Declaration

```swift
func fulfill(withDateConnected dateConnected: Date)
```

## Parameters

- `dateConnected`: The time that the call was connected. A call is considered connected when both caller and callee can start communicating.

## Discussion

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