---
title: cloudCover
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/hourweather/cloudcover
---

# cloudCover

The percentage of the sky covered with clouds.

## Declaration

```swift
var cloudCover: Double
```

## Discussion

Discussion The value is from 0 (no cloud cover)  to 1 (complete cloud cover).

## See Also

### Getting conditions

- [condition](weatherkit/hourweather/condition.md)
- [isDaylight](weatherkit/hourweather/isdaylight.md)
- [visibility](weatherkit/hourweather/visibility.md)
