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

# readAttributePendingTimestamp(completionHandler:)

## Declaration

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

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