---
title: "readAttributeActiveTimestamp(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthreadnetworkdiagnostics/readattributeactivetimestamp(completion:)"
---

# readAttributeActiveTimestamp(completion:)

## Declaration

```swift
func readAttributeActiveTimestamp(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeActiveTimestamp() async throws -> NSNumber
```
