Muscle OxygenUtc Time Required Property
Gets a value indicating whether UTC time required.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
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 bool UtcTimeRequired { get; set; }VB
Public Property UtcTimeRequired As Boolean
Get
SetC++
public:
property bool UtcTimeRequired {
bool get ();
void set (bool value);
}F#
member UtcTimeRequired : bool with get, set