AstronomyEventType

public struct AstronomyEventType : Codable

AstronomyEventType

  • Hour at which the event is happening (local time).

    Declaration

    Swift

    public let hour: Int?
  • Minute at which the event is happening (local time).

    Declaration

    Swift

    public let minute: Int?
  • Indicates the type of the event. Returns either rise or set

    Declaration

    Swift

    public let type: String?