---
title: nauticalDawn
framework: weatherkit
role: symbol
role_heading: Instance Property
path: weatherkit/sunevents/nauticaldawn
---

# nauticalDawn

The time of nautical sunrise when the sun’s center is 12° below the horizon.

## Declaration

```swift
var nauticalDawn: Date?
```

## Discussion

Discussion There is enough light for sailors to distinguish the horizon at sea, but the sky is too dark for outdoor activities. This property is optional because it’s possible for the sun to not rise on a given day, at extreme latitudes.

## 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)
- [nauticalDusk](weatherkit/sunevents/nauticaldusk.md)
- [solarMidnight](weatherkit/sunevents/solarmidnight.md)
- [solarNoon](weatherkit/sunevents/solarnoon.md)
- [sunrise](weatherkit/sunevents/sunrise.md)
- [sunset](weatherkit/sunevents/sunset.md)
