HKBloodGlucoseMealTime Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that tell whether a blood glucose level was taken before or after a meal.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKBloodGlucoseMealTime
type HKBloodGlucoseMealTime =
- Inheritance
-
HKBloodGlucoseMealTime
- Attributes
Fields
Name | Value | Description |
---|---|---|
Preprandial | 1 | Indicates a measurement taken before a meal. |
Reprandial | 1 | Obsolete. |
Ostprandial | 2 | Obsolete. |
Postprandial | 2 | Indicates a measurement taken after a meal. |