---
title: endDate
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkgameactivity/enddate
---

# endDate

The date when the activity was officially ended.

## Declaration

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

## See Also

### Getting the activity properties

- [duration](gamekit/gkgameactivity/duration.md)
- [startDate](gamekit/gkgameactivity/startdate.md)
- [creationDate](gamekit/gkgameactivity/creationdate.md)
- [lastResumeDate](gamekit/gkgameactivity/lastresumedate.md)
