PedometerReading.CumulativeStepsDuration Property

Definition

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

Applies to