---
title: WeatherChange
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/weatherchange
---

# WeatherChange

A structure that informs how certain measurable weather aspects are expected to change relative to before.

## Declaration

```swift
struct WeatherChange
```

## Topics

### Instance Properties

- [date](weatherkit/weatherchange/date.md)
- [dayPrecipitationAmount](weatherkit/weatherchange/dayprecipitationamount.md)
- [highTemperature](weatherkit/weatherchange/hightemperature.md)
- [lowTemperature](weatherkit/weatherchange/lowtemperature.md)
- [nightPrecipitationAmount](weatherkit/weatherchange/nightprecipitationamount.md)

### Enumerations

- [WeatherChange.Direction](weatherkit/weatherchange/direction.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)
