---
title: "readAttributeRemainingTime(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlevelcontrol/readattributeremainingtime(completion:)"
---

# readAttributeRemainingTime(completion:)

## Declaration

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

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