Place.TotalLengthOfStay Property

Time how long the device stayed in this location in total.

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

Syntax

public TimeSpan TotalLengthOfStay { get; set; }
'Declaration
Public Property TotalLengthOfStay As TimeSpan
    Get
    Set
public:
virtual property TimeSpan TotalLengthOfStay {
    TimeSpan get () sealed;
    void set (TimeSpan value) sealed;
}
function get_TotalLengthOfStay();
function set_TotalLengthOfStay(value);

Property Value

Type: TimeSpan

See Also

Place Class

Place.Place Members

Lumia.Sense Namespace