Share via


UNCalendarNotificationTrigger.CreateTrigger(NSDateComponents, Boolean) Method

Definition

[Foundation.Export("triggerWithDateMatchingComponents:repeats:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UserNotifications.UNCalendarNotificationTrigger CreateTrigger(Foundation.NSDateComponents dateComponents, bool repeats);
[<Foundation.Export("triggerWithDateMatchingComponents:repeats:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTrigger : Foundation.NSDateComponents * bool -> UserNotifications.UNCalendarNotificationTrigger

Parameters

dateComponents
NSDateComponents
repeats
Boolean

Returns

Attributes

Applies to