TTOpeningHours
Objective-C
@interface TTOpeningHours : NSObject
Swift
class TTOpeningHours : NSObject
The opening hours for a POI (Points of Interest).
-
The opening hours mode.
Declaration
Objective-C
@property (nonatomic, readonly) TTOpeningHoursEnum mode;Swift
var mode: TTOpeningHoursEnum { get } -
A list of time ranges.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<TTTimeRange *> *_Nonnull timeRanges;Swift
var timeRanges: [TTTimeRange] { get }
TTOpeningHours Class Reference