---
title: lastPositionTimestamp
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcswitchpositioninput/lastpositiontimestamp
---

# lastPositionTimestamp

A timestamp for when the profile reports the last position.

## Declaration

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

## Discussion

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

## See Also

### Getting the position

- [position](gamecontroller/gcswitchpositioninput/position.md)
- [positionDidChangeHandler](gamecontroller/gcswitchpositioninput/positiondidchangehandler.md)
- [lastPositionLatency](gamecontroller/gcswitchpositioninput/lastpositionlatency.md)
