Share via


UNCalendarNotificationTrigger.NextTriggerDate Property

Definition

Gets the date at which the notification will next be triggered.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDate? NextTriggerDate { [Foundation.Export("nextTriggerDate")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("nextTriggerDate")>]
member this.NextTriggerDate : Foundation.NSDate

Property Value

The date at which the notification will next be triggered.

This value can be null.

Attributes

Applies to