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

# daily

The daily forecast query. This returns 10 contiguous days, beginning with the current day.

## Declaration

```swift
static var daily: WeatherQuery<Forecast<DayWeather>> { get }
```

## See Also

### Creating queries

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