HKCategoryValueOvulationTestResult 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 the results of an ovulation test.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKCategoryValueOvulationTestResult
type HKCategoryValueOvulationTestResult =
- Inheritance
-
HKCategoryValueOvulationTestResult
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotApplicable | 0 | The test is not applicable. |
Negative | 1 | The test was negative. |
Positive | 2 | The test was positive. |
Indeterminate | 3 | The test was indeterminate. |