---
title: minuteForecast
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/weather/minuteforecast
---

# minuteForecast

The minute-by-minute forecast.

## Declaration

```swift
var minuteForecast: Forecast<MinuteWeather>?
```

## Discussion

Discussion Depending upon region support and data availability, this may be nil.

## See Also

### Getting the forecast

- [availability](weatherkit/weather/availability.md)
- [currentWeather](weatherkit/weather/currentweather.md)
- [dailyForecast](weatherkit/weather/dailyforecast.md)
- [hourlyForecast](weatherkit/weather/hourlyforecast.md)
