---
title: lastValueTimestamp
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gclinearinput/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, subtract a previous time from the current time.

## See Also

### Getting the value

- [value](gamecontroller/gclinearinput/value.md)
- [valueDidChangeHandler](gamecontroller/gclinearinput/valuedidchangehandler.md)
- [lastValueLatency](gamecontroller/gclinearinput/lastvaluelatency.md)
