WKInterfaceDate.SetTimeZone(NSTimeZone) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the time zone used for display.
[Foundation.Export("setTimeZone:")]
public virtual void SetTimeZone (Foundation.NSTimeZone timeZone);
abstract member SetTimeZone : Foundation.NSTimeZone -> unit
override this.SetTimeZone : Foundation.NSTimeZone -> unit
Parameters
- timeZone
- NSTimeZone
The desired time zone. If null
, the connected iPhone's time zone is used.
This parameter can be null
.
- Attributes