---
title: inchesOfMercury()
framework: healthkit
role: symbol
role_heading: Type Method
path: healthkit/hkunit/inchesofmercury()
---

# inchesOfMercury()

Returns a HealthKit unit for measuring pressure in inches of mercury.

## Declaration

```swift
class func inchesOfMercury() -> Self
```

## Return Value

Return Value A HealthKit unit for measuring pressure in inches of mercury.

## See Also

### Constructing pressure units

- [pascal()](healthkit/hkunit/pascal().md)
- [pascalUnit(with:)](healthkit/hkunit/pascalunit(with:).md)
- [millimeterOfMercury()](healthkit/hkunit/millimeterofmercury().md)
- [centimeterOfWater()](healthkit/hkunit/centimeterofwater().md)
- [atmosphere()](healthkit/hkunit/atmosphere().md)
- [decibelAWeightedSoundPressureLevel()](healthkit/hkunit/decibelaweightedsoundpressurelevel().md)
