---
title: "writeAttributeActiveCalendarType(withValue:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertimeformatlocalization/writeattributeactivecalendartype(withvalue:completion:)"
---

# writeAttributeActiveCalendarType(withValue:completion:)

## Declaration

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

```swift
func writeAttributeActiveCalendarType(withValue value: NSNumber) async throws
```
