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

# readAttributeGranularity(completion:)

## Declaration

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

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