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

# inch()

Returns a HealthKit unit for measuring length in inches.

## Declaration

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

## Return Value

Return Value A HealthKit unit for measuring length in inches.

## See Also

### Constructing length units

- [meter()](healthkit/hkunit/meter().md)
- [meterUnit(with:)](healthkit/hkunit/meterunit(with:).md)
- [foot()](healthkit/hkunit/foot().md)
- [yard()](healthkit/hkunit/yard().md)
- [mile()](healthkit/hkunit/mile().md)
