HKQuery.GetPredicateForTotalEnergyBurned 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.
Creates and returns a predicate that can be used to get workouts by energy consumed.
[Foundation.Export("predicateForWorkoutsWithOperatorType:totalEnergyBurned:")]
public static Foundation.NSPredicate GetPredicateForTotalEnergyBurned (Foundation.NSPredicateOperatorType operatorType, HealthKit.HKQuantity totalEnergyBurned);
static member GetPredicateForTotalEnergyBurned : Foundation.NSPredicateOperatorType * HealthKit.HKQuantity -> Foundation.NSPredicate
Parameters
- operatorType
- NSPredicateOperatorType
- totalEnergyBurned
- HKQuantity
Returns
- Attributes