Contents

Alarm.Schedule.fixed(_:)

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

Declaration

case fixed(Date)

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