TNEntityFacetOpenHours

@objcMembers
open class TNEntityFacetOpenHours : NSObject, Codable

Undocumented

  • Provides operational hours in free text.

    Declaration

    Swift

    public var displayText: String?
  • Indicates if the place is open 24 hours.

    Declaration

    Swift

    public var open24hours: Bool?
  • Provides usual operational hours.

    Declaration

    Swift

    public var regularOpenHours: [TNEntityPeriod]?
  • Indicates if the place is open 24 hours.

    Declaration

    Swift

    public var isOpen24hours: Bool?
  • Indicates if the place is currently open.

    Declaration

    Swift

    public var isOpenNow: Bool?