---
title: "readAttributeLocalTime(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertimesynchronization/readattributelocaltime(completion:)"
---

# readAttributeLocalTime(completion:)

## Declaration

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

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