TNEntityHours
@objcMembers
open class TNEntityHours : NSObject, Codable
Opening and access hours of the location.
-
True to represent 24 hours a day and 7 days a week, except the given exceptions.
Declaration
Swift
public var twentyFourSeven: Bool?
-
Regular hours, weekday-based.
Declaration
Swift
public var regularHours: [TNEntityRegularHours]?
-
Exceptions for specified calendar dates, time-range based.
Declaration
Swift
public var exceptionalOpenings: [TNEntityExceptionalPeriod]?
-
Exceptions for specified calendar dates, time-range based.
Declaration
Swift
public var exceptionalClosings: [TNEntityExceptionalPeriod]?