<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/HourTemperatureStatistics",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit25HourTemperatureStatisticsV"
  },
  "title" : "HourTemperatureStatistics"
}
-->

# HourTemperatureStatistics

A structure that describes temperature statistics for a specific hour.

```
struct HourTemperatureStatistics
```

## Topics

### Instance Properties

[`var hour: Int`](/documentation/WeatherKit/HourTemperatureStatistics/hour)

The hour of the year, in UTC.

[`var percentiles: Percentiles<UnitTemperature>`](/documentation/WeatherKit/HourTemperatureStatistics/percentiles)

The temperature statistics for the hour.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)