---
title: MoonPhase.waxingCrescent
framework: weatherkit
role: symbol
role_heading: Case
path: weatherkit/moonphase/waxingcrescent
---

# MoonPhase.waxingCrescent

The disk is partially lit as the moon is waxing.

## Declaration

```swift
case waxingCrescent
```

## See Also

### Getting the moon phase

- [MoonPhase.firstQuarter](weatherkit/moonphase/firstquarter.md)
- [MoonPhase.full](weatherkit/moonphase/full.md)
- [MoonPhase.lastQuarter](weatherkit/moonphase/lastquarter.md)
- [MoonPhase.new](weatherkit/moonphase/new.md)
- [MoonPhase.waningCrescent](weatherkit/moonphase/waningcrescent.md)
- [MoonPhase.waningGibbous](weatherkit/moonphase/waninggibbous.md)
- [MoonPhase.waxingGibbous](weatherkit/moonphase/waxinggibbous.md)
