---
title: CPNowPlayingSportsClock
framework: carplay
role: symbol
role_heading: Class
path: carplay/cpnowplayingsportsclock
---

# CPNowPlayingSportsClock

A representation of the amount of time elapsed so far in this event, for events where the clock counts UP.

## Declaration

```swift
@MainActor class CPNowPlayingSportsClock
```

## Overview

Overview Or, a representation of the amount of time remaining in the event, or a section of the event (period/quarter/etc.) for events where the clock counts DOWN.

## Topics

### Initializers

- [init(coder:)](carplay/cpnowplayingsportsclock/init(coder:).md)
- [init(elapsedTime:paused:)](carplay/cpnowplayingsportsclock/init(elapsedtime:paused:).md)
- [init(timeRemaining:paused:)](carplay/cpnowplayingsportsclock/init(timeremaining:paused:).md)

### Instance Properties

- [countsUp](carplay/cpnowplayingsportsclock/countsup.md)
- [isPaused](carplay/cpnowplayingsportsclock/ispaused.md)
- [timeValue](carplay/cpnowplayingsportsclock/timevalue.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
