init(relativeOffset:)
Creates and returns an alarm with a relative offset.
Declaration
init(relativeOffset offset: TimeInterval)Parameters
- offset:
The offset from the start of an event, at which the alarm fires.
Return Value
The created alarm.
Discussion
Negative offset values fire before the start of the event, while positive values fire after the start.