<!--
{
  "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/HourWeather",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit04HourA0V"
  },
  "title" : "HourWeather"
}
-->

# HourWeather

A structure that represents the weather conditions for the hour.

```
struct HourWeather
```

## Topics

### Getting temperature and humidity

[`apparentTemperature`](/documentation/WeatherKit/HourWeather/apparentTemperature)

The apparent, or “feels like” temperature during the hour.

[`humidity`](/documentation/WeatherKit/HourWeather/humidity)

The humidity for the hour.

[`temperature`](/documentation/WeatherKit/HourWeather/temperature)

The temperature during the hour.

[`dewPoint`](/documentation/WeatherKit/HourWeather/dewPoint)

The amount of moisture in the air.

### Getting pressure

[`pressure`](/documentation/WeatherKit/HourWeather/pressure)

The atmospheric pressure at sea level at a given location.

[`pressureTrend`](/documentation/WeatherKit/HourWeather/pressureTrend)

The kind and amount of atmospheric pressure change over time.

### Getting conditions

[`cloudCover`](/documentation/WeatherKit/HourWeather/cloudCover)

The percentage of the sky covered with clouds.

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

A description of the weather condition for this hour.

[`isDaylight`](/documentation/WeatherKit/HourWeather/isDaylight)

The presence or absence of daylight at the requested location and hour.

[`visibility`](/documentation/WeatherKit/HourWeather/visibility)

The distance at which an object can be clearly seen.

### Getting the UV index

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

The expected intensity of ultraviolet radiation from the sun.

### Getting the wind

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

Wind data describing the wind speed, direction, and gust.

### Getting the date

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

The start time of the hour weather.

### Getting the precipitation

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

Description of precipitation for this hour.

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

The probability of precipitation during the hour.

### Getting the weather symbol

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

The SF Symbol icon that represents the hour weather condition and whether it’s daylight on the hour.



---

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)