OperatingDay
public struct OperatingDay : Codable, Equatable
Struct representing Operating Day related values.
-
Operating Day of the place.
Declaration
Swift
public var operatingDay: String -
Operating Hours of the place.
Declaration
Swift
public var hours: [Hours] -
Undocumented
Declaration
Swift
public init(operatingDay: String, hours: [Hours]) -
Struct representing Operating Day Hours related values.
See moreDeclaration
Swift
public struct Hours : Codable, Equatable -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
OperatingDay Structure Reference