---
title: solarNoon
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/sunevents/solarnoon
---

# solarNoon

Represents solar noon, the time when the sun reaches its highest point in the sky.

## Declaration

```swift
var solarNoon: Date?
```

## Discussion

Discussion It may or may not be above the horizon at this time due to variations of solar events at extreme latitudes. If the highest point isn’t above the horizon, this property is nil.

## See Also

### Getting the sun events

- [astronomicalDawn](weatherkit/sunevents/astronomicaldawn.md)
- [astronomicalDusk](weatherkit/sunevents/astronomicaldusk.md)
- [civilDawn](weatherkit/sunevents/civildawn.md)
- [civilDusk](weatherkit/sunevents/civildusk.md)
- [nauticalDawn](weatherkit/sunevents/nauticaldawn.md)
- [nauticalDusk](weatherkit/sunevents/nauticaldusk.md)
- [solarMidnight](weatherkit/sunevents/solarmidnight.md)
- [sunrise](weatherkit/sunevents/sunrise.md)
- [sunset](weatherkit/sunevents/sunset.md)
