---
title: "readAttributeIdentifyTime(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteridentify/readattributeidentifytime(completion:)"
---

# readAttributeIdentifyTime(completion:)

## Declaration

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

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