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

# degreeFahrenheit()

Returns a HealthKit unit for measuring temperature in degrees Fahrenheit.

## Declaration

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

## Return Value

Return Value A HealthKit unit for measuring temperature in degrees Fahrenheit.

## See Also

### Constructing temperature units

- [degreeCelsius()](healthkit/hkunit/degreecelsius().md)
- [kelvin()](healthkit/hkunit/kelvin().md)
