This topic has not yet been rated - Rate this topic

TemperatureMeasurement Class

HealthVault
Represents a temperature measurement and display.

Namespace: Microsoft.Health.ItemTypes
Assembly: Microsoft.Health.ItemTypes (in Microsoft.Health.ItemTypes.dll) Version: 2.0.0.0 (1.12.1030.8622)
'Declaration
Public Class TemperatureMeasurement _
	Inherits Measurement(Of Double)
In HealthVault, temperature measurements have values and display values. All values are stored in a base unit of degrees Celsius (C). An application can take a pace value using any scale the application chooses and can store the user-entered value as the display value, but the temperature value must be converted to degrees Celsius to be stored in HealthVault.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.