HMTimerTrigger.UpdateTimeZoneAsync(NSTimeZone) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 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 操作的任务
- 属性