---
title: maximumHumidity
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/daypartforecast/maximumhumidity
---

# maximumHumidity

The maximum 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 maximumHumidity: Double
```

## Discussion

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