---
title: "fulfill(withDateStarted:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxstartcallaction/fulfill(withdatestarted:)"
---

# fulfill(withDateStarted:)

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

## Declaration

```swift
func fulfill(withDateStarted dateStarted: Date)
```

## Parameters

- `dateStarted`: The time that the call was started. A call is considered started when its invitation has been sent to the remote callee.

## Discussion

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