CMSensorRecorder.GetAccelerometerData(NSDate, 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.
Retrieves accelerometer data for the specified time interval.
[Foundation.Export("accelerometerDataFromDate:toDate:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreMotion.CMSensorDataList GetAccelerometerData (Foundation.NSDate fromDate, Foundation.NSDate toDate);
abstract member GetAccelerometerData : Foundation.NSDate * Foundation.NSDate -> CoreMotion.CMSensorDataList
override this.GetAccelerometerData : Foundation.NSDate * Foundation.NSDate -> CoreMotion.CMSensorDataList
Parameters
- fromDate
- NSDate
- toDate
- NSDate
Returns
- Attributes