---
title: MoonEvents
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/moonevents
---

# MoonEvents

A structure that represents lunar events.

## Declaration

```swift
struct MoonEvents
```

## Topics

### Getting the moon events

- [moonrise](weatherkit/moonevents/moonrise.md)
- [moonset](weatherkit/moonevents/moonset.md)
- [phase](weatherkit/moonevents/phase.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Celestial information

- [SunEvents](weatherkit/sunevents.md)
- [MoonPhase](weatherkit/moonphase.md)
