Contents

timeInterval

The time interval to create the trigger.

Declaration

var timeInterval: TimeInterval { get }

Discussion

This property contains the original time interval that you specified when creating the trigger object. The value in this property isn’t updated as time counts down. To find out when the trigger will fire next, call the nextTriggerDate() method.

See Also

Getting the Trigger Information