---
title: AppSchema.ClockEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/clockentity
---

# AppSchema.ClockEntity

Identifies entity schemas in the clock domain.

## Declaration

```swift
protocol ClockEntity : AppSchema.Kind
```

## Topics

### Instance Properties

- [alarm](appintents/appschema/clockentity/alarm.md)
- [stopwatch](appintents/appschema/clockentity/stopwatch.md)
- [timer](appintents/appschema/clockentity/timer.md)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Entity](appintents/appschema/entity.md)

## See Also

### Content and parameter types

- [alarm](appintents/appschema/clockentity/alarm.md)
- [timer](appintents/appschema/clockentity/timer.md)
