---
title: MinuteWeather
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/minuteweather
---

# MinuteWeather

A structure that represents the next hour minute forecasts.

## Declaration

```swift
struct MinuteWeather
```

## Topics

### Getting the precipitation

- [precipitation](weatherkit/minuteweather/precipitation.md)
- [precipitationChance](weatherkit/minuteweather/precipitationchance.md)
- [precipitationIntensity](weatherkit/minuteweather/precipitationintensity.md)

### Getting the date

- [date](weatherkit/minuteweather/date.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)
- [HourWeather](weatherkit/hourweather.md)
- [DayWeather](weatherkit/dayweather.md)
