|
BEHealthKit 1.11
A HealthKit plugin for Unity
|
Wrapper around NSDateInterval.
Public Attributes | |
| DateTimeOffset | startDate |
| DateTimeOffset | endDate |
| double | duration |
Public Member Functions | |
| DateInterval (XmlNode node) | |
| The default constructor. | |
|
inline |
| node | the XmlNode to create this object from. |
| double BeliefEngine.HealthKit.DateInterval.duration |
the duration of the interval
| DateTimeOffset BeliefEngine.HealthKit.DateInterval.endDate |
the ending date of the interval
| DateTimeOffset BeliefEngine.HealthKit.DateInterval.startDate |
the starting date of the interval