Fitness EquipmentGeneral Data PageElapsed Time Property
Gets the elapsed time.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public TimeSpan ElapsedTime { get; set; }VB
Public Property ElapsedTime As TimeSpan
Get
SetC++
public:
property TimeSpan ElapsedTime {
TimeSpan get ();
void set (TimeSpan value);
}F#
member ElapsedTime : TimeSpan with get, set