HKWorkoutBuilder.GetElapsedTime(NSDate) Method

Definition

Returns the time between the start of the workout and date.

[Foundation.Export("elapsedTimeAtDate:")]
public virtual double GetElapsedTime (Foundation.NSDate date);
abstract member GetElapsedTime : Foundation.NSDate -> double
override this.GetElapsedTime : Foundation.NSDate -> double

Parameters

date
NSDate

The time to check.

Returns

The time between the start of the workout and date.

Attributes

Applies to