CMPedometer.QueryPedometerData 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.
Requests pedometer data for the specified range.
[Foundation.Export("queryPedometerDataFromDate:toDate:withHandler:")]
public virtual void QueryPedometerData (Foundation.NSDate start, Foundation.NSDate end, Action<CoreMotion.CMPedometerData,Foundation.NSError> handler);
abstract member QueryPedometerData : Foundation.NSDate * Foundation.NSDate * Action<CoreMotion.CMPedometerData, Foundation.NSError> -> unit
override this.QueryPedometerData : Foundation.NSDate * Foundation.NSDate * Action<CoreMotion.CMPedometerData, Foundation.NSError> -> unit
Parameters
- start
- NSDate
- end
- NSDate
- handler
- Action<CMPedometerData,NSError>
- Attributes