AstronomyEventCodes

public enum AstronomyEventCodes : String, CaseIterable

Astronomy Event Codes

  • Astronomical twilight (-18°) start.

    Declaration

    Swift

    case twi18_start = "twi18_start"
  • Nautical twilight (-12°) start.

    Declaration

    Swift

    case twi12_start = "twi12_start"
  • Civil twilight (-6°) start.

    Declaration

    Swift

    case twi6_start = "twi6_start"
  • Sun- or Moonrise.

    Declaration

    Swift

    case rise = "rise"
  • Meridian passing (noon).

    Declaration

    Swift

    case meridian = "meridian"
  • set

    Sun- or Moonset.

    Declaration

    Swift

    case set = "set"
  • Civil twilight (-6°) end.

    Declaration

    Swift

    case twi6_end = "twi6_end"
  • Nautical twilight (-12°) end.

    Declaration

    Swift

    case twi12_end = "twi12_end"
  • Astronomical twilight (-18°) end.

    Declaration

    Swift

    case twi18_end = "twi18_end"
  • Antimeridian passing (midnight).

    Declaration

    Swift

    case antimeridian = "antimeridian"
  • New moon.

    Declaration

    Swift

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

    Declaration

    Swift

    case firstquarter = "firstquarter"
  • Full moon.

    Declaration

    Swift

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

    Declaration

    Swift

    case thirdquarter = "thirdquarter"