HMTimerTrigger.UpdateTimeZoneAsync(NSTimeZone) 方法

定义

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task UpdateTimeZoneAsync (Foundation.NSTimeZone timeZone);
abstract member UpdateTimeZoneAsync : Foundation.NSTimeZone -> System.Threading.Tasks.Task
override this.UpdateTimeZoneAsync : Foundation.NSTimeZone -> System.Threading.Tasks.Task

参数

timeZone
NSTimeZone

要添加。此参数可以是 。

返回

表示异步 UpdateTimeZone 操作的任务

属性

适用于