HMEventTrigger.UpdateRecurrences Method

Definition

[Foundation.Export("updateRecurrences:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateRecurrences (Foundation.NSDateComponents[] recurrences, Action<Foundation.NSError> completion);
abstract member UpdateRecurrences : Foundation.NSDateComponents[] * Action<Foundation.NSError> -> unit
override this.UpdateRecurrences : Foundation.NSDateComponents[] * Action<Foundation.NSError> -> unit

Parameters

recurrences
NSDateComponents[]

To be added.

This parameter can be null.

completion
Action<NSError>

A handler to run when the operation completes.

Attributes

Applies to