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

# readAttributePendingTimestamp(completion:)

## Declaration

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

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