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

# degreeCelsius()

Returns a HealthKit unit for measuring temperature in degrees Celsius.

## Declaration

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

## Return Value

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

## See Also

### Constructing temperature units

- [degreeFahrenheit()](healthkit/hkunit/degreefahrenheit().md)
- [kelvin()](healthkit/hkunit/kelvin().md)
