|
BEHealthKit 1.11
A HealthKit plugin for Unity
|
Wrapper around HKSample.
Public Attributes | |
| DateTimeOffset | startDate |
| DateTimeOffset | endDate |
Public Attributes inherited from BeliefEngine.HealthKit.HObject | |
| SourceRevision | source |
| XmlNode | metadata |
Public Member Functions | |
| Sample (XmlNode node) | |
| The default constructor. | |
| Sample (DateTimeOffset startDate, DateTimeOffset endDate) | |
| Manual constructor. | |
| override XElement | ToXML () |
| Internal method. Converts the sample to XML. | |
Public Member Functions inherited from BeliefEngine.HealthKit.HObject | |
| HObject (XmlNode node) | |
| The constructor used internally when reading health data. | |
|
inline |
| node | the XmlNode to create this object from. |
|
inline |
| startDate | the start date of the sample. |
| endDate | the end date of the sample. |
|
inlinevirtual |
Reimplemented from BeliefEngine.HealthKit.HObject.
Reimplemented in BeliefEngine.HealthKit.WorkoutSample.
| DateTimeOffset BeliefEngine.HealthKit.Sample.endDate |
the ending date of this sample
| DateTimeOffset BeliefEngine.HealthKit.Sample.startDate |
the starting date of this sample