---
title: centimeterOfWater()
framework: healthkit
role: symbol
role_heading: Type Method
path: healthkit/hkunit/centimeterofwater()
---

# centimeterOfWater()

Returns a HealthKit unit for measuring pressure in centimeters of water.

## Declaration

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

## Return Value

Return Value A HealthKit unit for measuring pressure in centimeters of water.

## Discussion

Discussion One centimeter of water is the pressure needed to raise a column of water by 1 centimeter.

## See Also

### Constructing pressure units

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