UNTimeIntervalNotificationTrigger.NextTriggerDate Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the date and time that the trigger will activate next.
public virtual Foundation.NSDate NextTriggerDate { [Foundation.Export("nextTriggerDate")] get; }member this.NextTriggerDate : Foundation.NSDateProperty 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.