OpenDay
public struct OpenDay : Equatable, Codable
A structure containing a day string (Sunday, Monday, etc) and the start/end times of the day
-
The day of the week in full string (Sunday, Monday, Tuesday)
Declaration
Swift
public let day: String -
Undocumented
Declaration
Swift
public init( day: String, openHours: OpenHours )
View on GitHub
Install in Dash
OpenDay Structure Reference