<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WeatherKit",
  "identifier" : "/documentation/WeatherKit/SnowfallAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WeatherKit"
    ],
    "preciseIdentifier" : "s:10WeatherKit14SnowfallAmountV"
  },
  "title" : "SnowfallAmount"
}
-->

# SnowfallAmount

A structure that describes the snowfall amount over a period of time.

```
struct SnowfallAmount
```

## Topics

### Instance Properties

[`var amount: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/amount)

The estimated amount of snowfall as depth of snow crystals for the period.

[`var amountLiquidEquivalent: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/amountLiquidEquivalent)

The estimated amount of snowfall as liquid equivalent for the period.

[`var maximum: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/maximum)

The maximum amount of snowfall as depth of snow crystals for the period.

[`var maximumLiquidEquivalent: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/maximumLiquidEquivalent)

The maximum amount of snowfall as liquid equivalent for the period.

[`var minimum: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/minimum)

The minimum amount of snowfall as depth of snow crystals for the period.

[`var minimumLiquidEquivalent: Measurement<UnitLength>`](/documentation/WeatherKit/SnowfallAmount/minimumLiquidEquivalent)

The minimum amount of snowfall as liquid equivalent for the period.

## Relationships

### Conforms To

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`Encodable`](/documentation/Swift/Encodable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)