An event that fires at a specified time.
SDKs
- iOS 11.0+
- tvOS 11.0+
- watchOS 4.0+
Framework
- Home
Kit
Declaration
class HMCalendarEvent : HMTime Event
An event that fires at a specified time.
SDKs
Framework
class HMCalendarEvent : HMTime Event
init(fire: Date Components)
Creates a calendar event which fires based on the value of the supplied date components.
var fire Date Components: Date Components
The date components that specify when the event is triggered.
class HMMutable Calendar Event
A mutable event that fires at a specified time.
class HMTime Event
An abstract superclass for time-based events.