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
-
Represents the end of the period. Components should contain weekday, hour and minute.
Declaration
Swift
public let end: DateComponents
-
Undocumented
Declaration
Swift
public init(start: DateComponents, end: DateComponents)