---
title: completionDate
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkturnbasedexchange/completiondate
---

# completionDate

The date when all recipients of the exchange request reply.

## Declaration

```swift
var completionDate: Date? { get }
```

## Discussion

Discussion The date the exchange status property becomes GKTurnBasedExchangeStatus.complete.

## See Also

### Replying to Exchange Requests

- [reply(withLocalizableMessageKey:arguments:data:completionHandler:)](gamekit/gkturnbasedexchange/reply(withlocalizablemessagekey:arguments:data:completionhandler:).md)
- [replies](gamekit/gkturnbasedexchange/replies.md)
- [status](gamekit/gkturnbasedexchange/status.md)
- [GKTurnBasedExchangeStatus](gamekit/gkturnbasedexchangestatus.md)
