---
title: minimumHumidity
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/daypartforecast/minimumhumidity
---

# minimumHumidity

The minimum humidity for the day part. Relative humidity measures the amount of water vapor in the air, compared to the maximum amount that the air can hold at the current temperature.

## Declaration

```swift
var minimumHumidity: Double
```

## Discussion

Discussion The range of this property is from 0 to 1, inclusive.
