---
title: lastValueTimestamp
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcaxis2dinput/lastvaluetimestamp
---

# lastValueTimestamp

The time of the most recent value change.

## Declaration

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

## Discussion

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

## See Also

### Getting the value

- [value](gamecontroller/gcaxis2dinput/value.md)
- [GCPoint2](gamecontroller/gcpoint2.md)
- [valueDidChangeHandler](gamecontroller/gcaxis2dinput/valuedidchangehandler.md)
- [lastValueLatency](gamecontroller/gcaxis2dinput/lastvaluelatency.md)
