Freigeben über


HMTimerTrigger.UpdateTimeZone(NSTimeZone, Action<NSError>) Methode

Definition

Aktualisierungen die Zeitzone mithilfe timeZone von und wird ausgeführtcompletion, nachdem sie abgeschlossen ist.

[Foundation.Export("updateTimeZone:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateTimeZone (Foundation.NSTimeZone timeZone, Action<Foundation.NSError> completion);
abstract member UpdateTimeZone : Foundation.NSTimeZone * Action<Foundation.NSError> -> unit
override this.UpdateTimeZone : Foundation.NSTimeZone * Action<Foundation.NSError> -> unit

Parameter

timeZone
NSTimeZone

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

completion
Action<NSError>

Ein Handler, der bei Erfolg zurückgibt null , oder ein Fehlerobjekt bei Einem Fehler.

Attribute

Gilt für: