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

# readAttributeTimeSource(completion:)

## Declaration

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

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