Common Speed CadenceCumulative Operating Time Property
Gets the cumulative operating time.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BikeSpeedAndCadence
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
public TimeSpan CumulativeOperatingTime { get; set; }VB
Public Property CumulativeOperatingTime As TimeSpan
Get
SetC++
public:
property TimeSpan CumulativeOperatingTime {
TimeSpan get ();
void set (TimeSpan value);
}F#
member CumulativeOperatingTime : TimeSpan with get, set