PedometerReading.CumulativeStepsDuration Property
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.
Gets the amount of time that has elapsed for this pedometer reading.
public:
property TimeSpan CumulativeStepsDuration { TimeSpan get(); };
TimeSpan CumulativeStepsDuration();
public System.TimeSpan CumulativeStepsDuration { get; }
var timeSpan = pedometerReading.cumulativeStepsDuration;
Public ReadOnly Property CumulativeStepsDuration As TimeSpan
Property Value
The amount of elapsed time for the current reading of cumulative steps. This value is given in milliseconds.
Windows requirements
App capabilities |
activity
|