OpenHours
public struct OpenHours : Equatable, Codable
A structure containing information about the opening and closing times of a clinic.
-
The time the clinic opens, in the format HH:mm:ss
Declaration
Swift
public let startTimeString: String
-
The time the clinic closes, in the format HH:mm:ss
Declaration
Swift
public let endTimeString: String
-
Undocumented
Declaration
Swift
public init( startTimeString: String, endTimeString: String )