Edit

Share via


WKInterfaceDate.SetTimeZone(NSTimeZone) Method

Definition

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

Applies to