---
title: hourly
framework: weatherkit
role: symbol
role_heading: Type Property
path: weatherkit/weatherquery/hourly
---

# hourly

The hourly forecast query. This returns 25 contiguous hours, beginning with the current hour.

## Declaration

```swift
static var hourly: WeatherQuery<Forecast<HourWeather>> { get }
```

## See Also

### Creating queries

- [alerts](weatherkit/weatherquery/alerts.md)
- [availability](weatherkit/weatherquery/availability.md)
- [current](weatherkit/weatherquery/current.md)
- [daily](weatherkit/weatherquery/daily.md)
- [minute](weatherkit/weatherquery/minute.md)
- [daily(startDate:endDate:)](weatherkit/weatherquery/daily(startdate:enddate:).md)
- [hourly(startDate:endDate:)](weatherkit/weatherquery/hourly(startdate:enddate:).md)
