<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/ClockIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11ClockIntentP"
  },
  "title" : "AppSchema.ClockIntent"
}
-->

# AppSchema.ClockIntent

Identifies intent schemas in the clock domain.

```
protocol ClockIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var cancelTimer: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/cancelTimer)

An intent schema that cancels timers.

[`var createAlarm: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/createAlarm)

An intent schema that creates an alarm.

[`var createTimer: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/createTimer)

An intent schema that creates a timer.

[`var deleteAlarm: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/deleteAlarm)

An intent schema that deletes the alarms.

[`var dismissAlarm: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/dismissAlarm)

An intent schema that dismisses a firing or snoozed alarm.

[`var lapStopwatch: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/lapStopwatch)

An intent schema that laps the stopwatch.

[`var pauseTimer: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/pauseTimer)

An intent schema that pauses a timer.

[`var resetStopwatch: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/resetStopwatch)

An intent schema that resets the stopwatch.

[`var resumeTimer: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/resumeTimer)

An intent schema that resumes a timer.

[`var snoozeAlarm: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/snoozeAlarm)

An intent schema that snoozes the firing alarm.

[`var startStopwatch: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/startStopwatch)

An intent schema that starts the stopwatch.

[`var stopStopwatch: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/stopStopwatch)

An intent schema that stops the stopwatch.

[`var updateAlarm: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/updateAlarm)

An intent schema that updates the alarm, for example, turn on / off the alarm, change the label, time, or repeating schedule.

[`var updateTimer: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/ClockIntent/updateTimer)

An intent schema that updates the timer’s attributes.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)