---
title: timestamp
framework: corehid
role: symbol
role_heading: Instance Property
path: corehid/hidelement/value/timestamp
---

# timestamp

The time that this data was received by the system.

## Declaration

```swift
var timestamp: SuspendingClock.Instant
```

## Discussion

Discussion The data should only be considered valid at this time, it’s possible for the HIDElement to have been updated after this.

## See Also

### Get element data and values

- [bytes](corehid/hidelement/value/bytes.md)
- [integerValue(asTypeTruncatingIfNeeded:)](corehid/hidelement/value/integervalue(astypetruncatingifneeded:).md)
- [logicalValue(asTypeTruncatingIfNeeded:)](corehid/hidelement/value/logicalvalue(astypetruncatingifneeded:).md)
- [physicalValue(fromTypeTruncatingIfNeeded:as:)](corehid/hidelement/value/physicalvalue(fromtypetruncatingifneeded:as:).md)
