Upravit

Sdílet prostřednictvím


WKInterfaceTimer.SetDate(NSDate) Method

Definition

Sets the time at which the countdown will finish.

[Foundation.Export("setDate:")]
public virtual void SetDate (Foundation.NSDate date);
abstract member SetDate : Foundation.NSDate -> unit
override this.SetDate : Foundation.NSDate -> unit

Parameters

date
NSDate

The target time of the countdown timer.

Attributes

Remarks

Note that the countdown continues whether the countdown display is updating or not (Start() and Stop()).

Applies to