UNTimeIntervalNotificationTrigger.NextTriggerDate Property

Definition

Gets the date and time that the trigger will activate next.

public virtual Foundation.NSDate NextTriggerDate { [Foundation.Export("nextTriggerDate")] get; }
member this.NextTriggerDate : Foundation.NSDate

Property Value

The date and time that the trigger will activate next.

This value can be null.

Attributes

Remarks

Application developers can set NotifyOnEntry and NotifyOnExit to control when the trigger is activated.

Applies to