Share via


HMEventTrigger.UpdateRecurrences Method

Definition

[Foundation.Export("updateRecurrences:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateRecurrences(Foundation.NSDateComponents[]? recurrences, Action<Foundation.NSError> completion);
[<Foundation.Export("updateRecurrences:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateRecurrences : Foundation.NSDateComponents[] * Action<Foundation.NSError> -> unit
override this.UpdateRecurrences : Foundation.NSDateComponents[] * Action<Foundation.NSError> -> unit

Parameters

recurrences
NSDateComponents[]
completion
Action<NSError>
Attributes

Applies to