WKInterfaceTimer.SetDate(NSDate) 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 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()).