OpenDay

public struct OpenDay : Equatable, Codable

A structure containing a day string (Sunday, Monday, etc) and the start/end times of the day

  • day

    The day of the week in full string (Sunday, Monday, Tuesday)

    Declaration

    Swift

    public let day: String
  • An OpenHours property indicating the start and end time of a clinic

    Declaration

    Swift

    public let openHours: OpenHours