---
title: "readAttributeSetpointHoldExpiryTimestamp(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostat/readattributesetpointholdexpirytimestamp(completion:)"
---

# readAttributeSetpointHoldExpiryTimestamp(completion:)

## Declaration

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

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