OpenPeriod

public struct OpenPeriod : Codable, Hashable

Single entry of shopping hours for POI entry

  • Represents the start of the period. Components should contain weekday, hour and minute

    Declaration

    Swift

    public let start: DateComponents
  • end

    Represents the end of the period. Components should contain weekday, hour and minute

    Declaration

    Swift

    public let end: DateComponents