---
title: DayTemperatureSummary
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/daytemperaturesummary
---

# DayTemperatureSummary

A structure that describes the temperature summary for a day.

## Declaration

```swift
struct DayTemperatureSummary
```

## Topics

### Instance Properties

- [date](weatherkit/daytemperaturesummary/date.md)
- [highTemperature](weatherkit/daytemperaturesummary/hightemperature.md)
- [lowTemperature](weatherkit/daytemperaturesummary/lowtemperature.md)

## Relationships

### Conforms To

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