---
title: MonthTemperatureStatistics
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/monthtemperaturestatistics
---

# MonthTemperatureStatistics

A structure that describes temperature statistics for a specific month.

## Declaration

```swift
struct MonthTemperatureStatistics
```

## Topics

### Instance Properties

- [averageHighTemperature](weatherkit/monthtemperaturestatistics/averagehightemperature.md)
- [averageLowTemperature](weatherkit/monthtemperaturestatistics/averagelowtemperature.md)
- [month](weatherkit/monthtemperaturestatistics/month.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
