StepCount.WalkTime Property

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

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

Syntax

public TimeSpan WalkTime { get; set; }
'Declaration
Public Property WalkTime As TimeSpan
    Get
    Set
public:
virtual property TimeSpan WalkTime {
    TimeSpan get () sealed;
    void set (TimeSpan value) sealed;
}
function get_WalkTime();
function set_WalkTime(value);

Return Value

Type: TimeSpan
total walk duration

See Also

StepCount Class

StepCount.StepCount Members

Lumia.Sense Namespace