---
title: DayPrecipitationSummary
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/dayprecipitationsummary
---

# DayPrecipitationSummary

A structure that describes the precipitation summary for a day.

## Declaration

```swift
struct DayPrecipitationSummary
```

## Topics

### Instance Properties

- [date](weatherkit/dayprecipitationsummary/date.md)
- [precipitationAmount](weatherkit/dayprecipitationsummary/precipitationamount.md)
- [snowfallAmount](weatherkit/dayprecipitationsummary/snowfallamount.md)

## Relationships

### Conforms To

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