MoonPhase

public enum MoonPhase : String, CaseIterable

MoonPhase

See also

Moon Phase Type
  • New moon.

    Declaration

    Swift

    case newmoon = "newmoon"
  • Waxing crescent moon.

    Declaration

    Swift

    case waxingcrescent = "waxingcrescent"
  • Moon in first quarter.

    Declaration

    Swift

    case firstquarter = "firstquarter"
  • Waxing gibbous moon.

    Declaration

    Swift

    case waxinggibbous = "waxinggibbous"
  • Full moon.

    Declaration

    Swift

    case fullmoon = "fullmoon"
  • / Waning gibbous moon.

    Declaration

    Swift

    case waninggibbous = "waninggibbous"
  • Moon in third quarter.

    Declaration

    Swift

    case thirdquarter = "thirdquarter"
  • Waning crescent moon.

    Declaration

    Swift

    case waningcrescent = "waningcrescent"