---
title: HourWeather
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/hourweather
---

# HourWeather

A structure that represents the weather conditions for the hour.

## Declaration

```swift
struct HourWeather
```

## Topics

### Getting temperature and humidity

- [apparentTemperature](weatherkit/hourweather/apparenttemperature.md)
- [humidity](weatherkit/hourweather/humidity.md)
- [temperature](weatherkit/hourweather/temperature.md)
- [dewPoint](weatherkit/hourweather/dewpoint.md)

### Getting pressure

- [pressure](weatherkit/hourweather/pressure.md)
- [pressureTrend](weatherkit/hourweather/pressuretrend.md)

### Getting conditions

- [cloudCover](weatherkit/hourweather/cloudcover.md)
- [condition](weatherkit/hourweather/condition.md)
- [isDaylight](weatherkit/hourweather/isdaylight.md)
- [visibility](weatherkit/hourweather/visibility.md)

### Getting the UV index

- [uvIndex](weatherkit/hourweather/uvindex.md)

### Getting the wind

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

### Getting the date

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

### Getting the precipitation

- [precipitation](weatherkit/hourweather/precipitation.md)
- [precipitationChance](weatherkit/hourweather/precipitationchance.md)

### Getting the weather symbol

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

### Instance Properties

- [cloudCoverByAltitude](weatherkit/hourweather/cloudcoverbyaltitude.md)
- [precipitationAmount](weatherkit/hourweather/precipitationamount.md)
- [snowfallAmount](weatherkit/hourweather/snowfallamount.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)
- [DayWeather](weatherkit/dayweather.md)
