---
title: HKCategoryValueMenopausalState.none
framework: healthkit
role: symbol
role_heading: Case
path: healthkit/hkcategoryvaluemenopausalstate/none
---

# HKCategoryValueMenopausalState.none

A value that indicates no menopausal state applies at the sample date.

## Declaration

```swift
case none
```

## Mentioned in

Recording and querying menopausal state

## Discussion

Discussion This value represents a confirmed entry that the person is neither in menopause nor perimenopause at the recorded date. It doesn’t represent unknown, unset, or missing data. Apps can use this value to record that someone explicitly confirmed the absence of a menopausal state at a particular point in time.

## See Also

### Specifying a menopausal state value

- [HKCategoryValueMenopausalState.menopause](healthkit/hkcategoryvaluemenopausalstate/menopause.md)
- [HKCategoryValueMenopausalState.perimenopause](healthkit/hkcategoryvaluemenopausalstate/perimenopause.md)
