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

# readAttributeNTPServerAvailable(completion:)

## Declaration

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

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