---
title: lastResumeDate
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkgameactivity/lastresumedate
---

# lastResumeDate

The date when the activity was last resumed.

## Declaration

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

## Discussion

Discussion If the activity was first started, this will be the same as the start date. If the activity was paused and resumed, this will be the date when the activity was resumed.

## See Also

### Getting the activity properties

- [duration](gamekit/gkgameactivity/duration.md)
- [startDate](gamekit/gkgameactivity/startdate.md)
- [endDate](gamekit/gkgameactivity/enddate.md)
- [creationDate](gamekit/gkgameactivity/creationdate.md)
