Hours

public struct Hours : Codable, Equatable

Struct representing Operating Day Hours related values.

  • Opening time of the place.

    Declaration

    Swift

    public var open: String
  • Closing time of the place.

    Declaration

    Swift

    public var close: String
  • Undocumented

    Declaration

    Swift

    public init(open: String, close: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws