---
title: DayPartForecast
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/daypartforecast
---

# DayPartForecast

A structure that represents the weather forecast for part of the day.

## Declaration

```swift
struct DayPartForecast
```

## Topics

### Instance Properties

- [cloudCover](weatherkit/daypartforecast/cloudcover.md)
- [cloudCoverByAltitude](weatherkit/daypartforecast/cloudcoverbyaltitude.md)
- [condition](weatherkit/daypartforecast/condition.md)
- [highTemperature](weatherkit/daypartforecast/hightemperature.md)
- [highWindSpeed](weatherkit/daypartforecast/highwindspeed.md)
- [lowTemperature](weatherkit/daypartforecast/lowtemperature.md)
- [maximumHumidity](weatherkit/daypartforecast/maximumhumidity.md)
- [maximumVisibility](weatherkit/daypartforecast/maximumvisibility.md)
- [minimumHumidity](weatherkit/daypartforecast/minimumhumidity.md)
- [minimumVisibility](weatherkit/daypartforecast/minimumvisibility.md)
- [precipitation](weatherkit/daypartforecast/precipitation.md)
- [precipitationAmountByType](weatherkit/daypartforecast/precipitationamountbytype.md)
- [precipitationChance](weatherkit/daypartforecast/precipitationchance.md)
- [wind](weatherkit/daypartforecast/wind.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
