Share via


StepCounterReading.RunTime Property

Gets the time spent running since the motion data was enabled.

Namespace: Lumia.Sense
Assembly: Lumia.Sense (in Lumia.Sense.dll) Version: 255.255.255.255

Syntax

public TimeSpan RunTime { get; set; }
'Declaration
Public Property RunTime As TimeSpan
    Get
    Set
public:
virtual property TimeSpan RunTime {
    TimeSpan get () sealed;
    void set (TimeSpan value) sealed;
}
function get_RunTime();
function set_RunTime(value);

Return Value

Type: TimeSpan
total running duration

See Also

StepCounterReading Class

StepCounterReading.StepCounterReading Members

Lumia.Sense Namespace