---
title: "subscript(_:)"
framework: weatherkit
role: symbol
role_heading: Instance Subscript
path: "weatherkit/monthlyweatherstatistics/subscript(_:)"
---

# subscript(_:)

The month weather statistics at the provided index.

## Declaration

```swift
subscript(position: MonthlyWeatherStatistics<T>.Index) -> MonthlyWeatherStatistics<T>.Element { get }
```
