---
title: "readAttributeStartTime(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustermediaplayback/readattributestarttime(completionhandler:)"
---

# readAttributeStartTime(completionHandler:)

## Declaration

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

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