---
title: WeatherChange.Direction
framework: weatherkit
role: symbol
role_heading: Enumeration
path: weatherkit/weatherchange/direction
---

# WeatherChange.Direction

An enum that specifies the direction in which a measurable aspect of the weather is expected to change.

## Declaration

```swift
@frozen enum Direction
```

## Topics

### Enumeration Cases

- [WeatherChange.Direction.decrease](weatherkit/weatherchange/direction/decrease.md)
- [WeatherChange.Direction.increase](weatherkit/weatherchange/direction/increase.md)
- [WeatherChange.Direction.steady](weatherkit/weatherchange/direction/steady.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
