Date

public struct Date : Codable, Equatable

Struct representing Event Date related values.

  • Actual date

    Declaration

    Swift

    public var date: String
  • List of events

    Declaration

    Swift

    public var events: [Event]
  • Undocumented

    Declaration

    Swift

    public init(date: String, events: [Event])
  • Declaration

    Swift

    public init(from decoder: Decoder) throws