AstronomyEventType
public struct AstronomyEventType : Codable
AstronomyEventType
See also
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
riseorsetDeclaration
Swift
public let type: String?
AstronomyEventType Structure Reference