---
title: "writeAttributeIdentifyTime(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteridentify/writeattributeidentifytime(withvalue:completionhandler:)"
---

# writeAttributeIdentifyTime(withValue:completionHandler:)

## Declaration

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

```swift
func writeAttributeIdentifyTime(withValue value: NSNumber) async throws
```
