HMTimerTrigger.UpdateTimeZone(NSTimeZone, Action<NSError>) 方法

定义

使用 timeZone 汇报时区,并在完成后运行completion

[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

参数

timeZone
NSTimeZone

内容待定。

此参数可以为 null

completion
Action<NSError>

一个在成功时返回的 null 处理程序,或在失败时返回错误对象。

属性

适用于