HKWorkoutBuilder.GetElapsedTime(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.
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