---
title: lastDeltaTimestamp
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcrelativeinput/lastdeltatimestamp
---

# lastDeltaTimestamp

A timestamp for when the profile reports the delta value.

## Declaration

```swift
var lastDeltaTimestamp: TimeInterval { get }
```

## Discussion

Discussion This property isn’t a specific date and time. To determine the time between delta values, subtract a previous value from the current value.

## See Also

### Getting the delta value and timestamp

- [delta](gamecontroller/gcrelativeinput/delta.md)
- [deltaDidChangeHandler](gamecontroller/gcrelativeinput/deltadidchangehandler.md)
- [lastDeltaLatency](gamecontroller/gcrelativeinput/lastdeltalatency.md)
