Wrapper around HKStatistics.
◆ HealthStatistics() [1/2]
BeliefEngine.HealthKit.HealthStatistics.HealthStatistics |
( |
XmlNode | node | ) |
|
|
inline |
- Parameters
-
node | the XmlNode to create this object from. |
◆ HealthStatistics() [2/2]
BeliefEngine.HealthKit.HealthStatistics.HealthStatistics |
( |
XmlNode | node, |
|
|
string | unit ) |
|
inline |
- Parameters
-
node | the XmlNode to create this object from. |
unit | the unit of this sample, as a string |
◆ averageQuantity
double BeliefEngine.HealthKit.HealthStatistics.averageQuantity |
the average value from all the samples that match the query
◆ endDate
DateTimeOffset BeliefEngine.HealthKit.HealthStatistics.endDate |
the ending date of this sample
◆ maximumQuantity
double BeliefEngine.HealthKit.HealthStatistics.maximumQuantity |
the maximum value from all the samples that match the query
◆ minimumQuantity
double BeliefEngine.HealthKit.HealthStatistics.minimumQuantity |
the minimum value from all the samples that match the query
◆ mostRecentQuantity
double BeliefEngine.HealthKit.HealthStatistics.mostRecentQuantity |
the average value from all the samples that match the query
◆ quantityType
QuantityType BeliefEngine.HealthKit.HealthStatistics.quantityType |
the aggregation style of this sample, either cumulative or discrete
◆ startDate
DateTimeOffset BeliefEngine.HealthKit.HealthStatistics.startDate |
the starting date of this sample
◆ sumQuantity
double BeliefEngine.HealthKit.HealthStatistics.sumQuantity |
the sum of all the samples that match the query
◆ unit
string BeliefEngine.HealthKit.HealthStatistics.unit |
the unit of this quantity, as a string