---
title: "Alarm.Schedule.fixed(_:)"
framework: alarmkit
role: symbol
role_heading: Case
path: "alarmkit/alarm/schedule-swift.enum/fixed(_:)"
---

# Alarm.Schedule.fixed(_:)

A one-shot alarm that fires at a specific time, not a time relative to the current time zone.

## Declaration

```swift
case fixed(Date)
```

## Discussion

Discussion You can use fixed for events where the time won’t vary based on where the person is located. For example, like alerting the time of a sports game.

## See Also

### Setting an alarm schedule

- [Alarm.Schedule.Relative](alarmkit/alarm/schedule-swift.enum/relative.md)
- [Alarm.Schedule.relative(_:)](alarmkit/alarm/schedule-swift.enum/relative(_:).md)
