---
title: DailyWeatherStatistics
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/dailyweatherstatistics
---

# DailyWeatherStatistics

A structure that holds a collection of day weather statistics data.

## Declaration

```swift
struct DailyWeatherStatistics<T> where T : Decodable, T : Encodable, T : Equatable, T : Sendable
```

## Overview

Overview Weather statistics for each day are derived from data for that day, collected over all years since the baseline start date.

## Topics

### Instance Properties

- [baselineStartDate](weatherkit/dailyweatherstatistics/baselinestartdate.md)
- [days](weatherkit/dailyweatherstatistics/days.md)
- [endIndex](weatherkit/dailyweatherstatistics/endindex.md)
- [metadata](weatherkit/dailyweatherstatistics/metadata.md)
- [startIndex](weatherkit/dailyweatherstatistics/startindex.md)

### Subscripts

- [subscript(_:)](weatherkit/dailyweatherstatistics/subscript(_:).md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)
