<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/DayWeather",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit03DayA0V"
  },
  "title" : "DayWeather"
}
-->

# DayWeather

A structure that represents the weather conditions for the day.

```
struct DayWeather
```

## Topics

### Getting temperature

[`highTemperature`](/documentation/WeatherKit/DayWeather/highTemperature)

The daytime high temperature.

[`lowTemperature`](/documentation/WeatherKit/DayWeather/lowTemperature)

The overnight low temperature.

### Getting precipitation

[`precipitation`](/documentation/WeatherKit/DayWeather/precipitation)

The description of precipitation for this day.

[`precipitationChance`](/documentation/WeatherKit/DayWeather/precipitationChance)

The probability of precipitation during the day.

[`rainfallAmount`](/documentation/WeatherKit/DayWeather/rainfallAmount)

The amount of liquid precipitation for the day.

[`snowfallAmount`](/documentation/WeatherKit/DayWeather/snowfallAmount)

The amount of snowfall for the day.

### Getting celestial information

[`moon`](/documentation/WeatherKit/DayWeather/moon)

The lunar events for the day.

[`sun`](/documentation/WeatherKit/DayWeather/sun)

The solar events for the day.

### Getting the wind

[`wind`](/documentation/WeatherKit/DayWeather/wind)

The wind speed, direction, and gust.

### Getting the date

[`date`](/documentation/WeatherKit/DayWeather/date)

The start time of the day weather.

### Getting condition and UV index

[`condition`](/documentation/WeatherKit/DayWeather/condition)

A description of the weather condition on this day.

[`uvIndex`](/documentation/WeatherKit/DayWeather/uvIndex)

The expected intensity of ultraviolet radiation from the sun.

### Getting the weather symbol

[`symbolName`](/documentation/WeatherKit/DayWeather/symbolName)

The SF Symbol icon that represents the day weather condition.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Escapable`](/documentation/Swift/Escapable)

[`Decodable`](/documentation/Swift/Decodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Copyable`](/documentation/Swift/Copyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)