---
title: "readAttributeSupportedCalendarTypes(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertimeformatlocalization/readattributesupportedcalendartypes(completion:)"
---

# readAttributeSupportedCalendarTypes(completion:)

## Declaration

```swift
func readAttributeSupportedCalendarTypes(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeSupportedCalendarTypes() async throws -> [Any]
```
