---
title: DayWeather
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/dayweather
---

# DayWeather

A structure that represents the weather conditions for the day.

## Declaration

```swift
struct DayWeather
```

## Topics

### Getting temperature

- [highTemperature](weatherkit/dayweather/hightemperature.md)
- [lowTemperature](weatherkit/dayweather/lowtemperature.md)

### Getting precipitation

- [precipitation](weatherkit/dayweather/precipitation.md)
- [precipitationChance](weatherkit/dayweather/precipitationchance.md)
- [rainfallAmount](weatherkit/dayweather/rainfallamount.md)
- [snowfallAmount](weatherkit/dayweather/snowfallamount.md)

### Getting celestial information

- [moon](weatherkit/dayweather/moon.md)
- [sun](weatherkit/dayweather/sun.md)

### Getting the wind

- [wind](weatherkit/dayweather/wind.md)

### Getting the date

- [date](weatherkit/dayweather/date.md)

### Getting condition and UV index

- [condition](weatherkit/dayweather/condition.md)
- [uvIndex](weatherkit/dayweather/uvindex.md)

### Getting the weather symbol

- [symbolName](weatherkit/dayweather/symbolname.md)

### Instance Properties

- [daytimeForecast](weatherkit/dayweather/daytimeforecast.md)
- [highTemperatureTime](weatherkit/dayweather/hightemperaturetime.md)
- [highWindSpeed](weatherkit/dayweather/highwindspeed.md)
- [lowTemperatureTime](weatherkit/dayweather/lowtemperaturetime.md)
- [maximumHumidity](weatherkit/dayweather/maximumhumidity.md)
- [maximumVisibility](weatherkit/dayweather/maximumvisibility.md)
- [minimumHumidity](weatherkit/dayweather/minimumhumidity.md)
- [minimumVisibility](weatherkit/dayweather/minimumvisibility.md)
- [overnightForecast](weatherkit/dayweather/overnightforecast.md)
- [precipitationAmount](weatherkit/dayweather/precipitationamount.md)
- [precipitationAmountByType](weatherkit/dayweather/precipitationamountbytype.md)
- [restOfDayForecast](weatherkit/dayweather/restofdayforecast.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Alerts and forecasts

- [WeatherAlert](weatherkit/weatheralert.md)
- [WeatherAvailability](weatherkit/weatheravailability.md)
- [Forecast](weatherkit/forecast.md)
- [MinuteWeather](weatherkit/minuteweather.md)
- [HourWeather](weatherkit/hourweather.md)
